Color Hex Logo

#ca603e Color Hex

#CA603E
(202,96,62)
0 Favorites   0 Comments

Color spaces of #ca603e

RGB 2029662
HSL0.040.570.52
HSV15°69°79°
CMYK 0.000.520.69   0.21
XYZ29.409521.27017.1129
Yxy21.27010.50890.3680
Hunter Lab46.119533.116723.1395
CIE-Lab53.243839.719238.8372

#ca603e color RGB value is (202,96,62).

#ca603e hex color red value is 202, green value is 96 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ca603e hue: 0.04 , saturation: 0.57 and the lightness value of ca603e is 0.52.

The process color (four color CMYK) of #ca603e color hex is 0.00, 0.52, 0.69, 0.21. Web safe color of #ca603e is #cc6633. Color #ca603e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100000 00111110
Octal 312 140 76
Decimal 202 96 62
Hex CA 60 3E

RGB Percentages of Color #ca603e

%56.11
%26.67
%17.22

CMYK Percentages of Color #ca603e

%0
%52
%69
%21

Triadic Colors of #ca603e

#ca603e #3eca60 #603eca

Analogous Colors of #ca603e

#ca603e #caa63e #ca3e62

Monochromatic Colors of #ca603e

#ca603e

Complementary Color

#ca603e #3ea8ca

#ca603e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca603e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca603e Color CSS Codes

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

#ca603e Text Font Color

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

This sample text font color is #ca603e
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.


#ca603e Background Color

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

This div background color is #ca603e


#ca603e Border Color

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

This div border color is #ca603e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca603e


Comments

No comments written yet.

Please login to write comment.