Color Hex Logo

#ca746d Color Hex

#CA746D
(202,116,109)
0 Favorites   0 Comments

Color spaces of #ca746d

RGB 202116109
HSL0.010.470.61
HSV46°79°
CMYK 0.000.430.46   0.21
XYZ33.362826.151517.7573
Yxy26.15150.43180.3384
Hunter Lab51.138526.961015.2092
CIE-Lab58.180632.960918.6272

#ca746d color RGB value is (202,116,109).

#ca746d hex color red value is 202, green value is 116 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ca746d hue: 0.01 , saturation: 0.47 and the lightness value of ca746d is 0.61.

The process color (four color CMYK) of #ca746d color hex is 0.00, 0.43, 0.46, 0.21. Web safe color of #ca746d is #cc6666. Color #ca746d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110100 01101101
Octal 312 164 155
Decimal 202 116 109
Hex CA 74 6D

RGB Percentages of Color #ca746d

%47.31
%27.17
%25.53

CMYK Percentages of Color #ca746d

%0
%43
%46
%21

Triadic Colors of #ca746d

#ca746d #6dca74 #746dca

Analogous Colors of #ca746d

#ca746d #caa36d #ca6d95

Monochromatic Colors of #ca746d

#ca746d

Complementary Color

#ca746d #6dc3ca

#ca746d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca746d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca746d Color CSS Codes

.mybgcolor {background-color:#ca746d; } 
.myforecolor {color:#ca746d; }
.mybordercolor {border:3px solid #ca746d; }

#ca746d Text Font Color

<p style="color:#ca746d">Text here</p>

This sample text font color is #ca746d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ca746d Background Color

<div style="background-color:#ca746d">
Div content here</div>

This div background color is #ca746d


#ca746d Border Color

<div style="border:3px solid #ca746d">
Div here</div>

This div border color is #ca746d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,116,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ca746d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ca746d;
  -webkit-box-shadow: 1px 1px 3px 2px #ca746d;
  box-shadow:         1px 1px 3px 2px #ca746d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,116,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ca746d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ca746d;
  -webkit-box-shadow: 1px 1px 3px 2px #ca746d;
  box-shadow:         1px 1px 3px 2px #ca746d;">
Div content here</div>

This div box has shadow with color #ca746d


Comments

No comments written yet.

Please login to write comment.