#CA6029

Color #CA6029 Christine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christine #CA6029

Tints of Christine #CA6029

Color information

#CA6029 (or 0xCA6029) is unknown color: approx Christine. HEX triplet: CA, 60 and 29. RGB value is (202,96,41). Sum of RGB (Red+Green+Blue) = 202+96+41=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6029 is #359FD6. Grayscale: #797979. Windows color (decimal): -3514327 or 2711754. OLE color: 2711754.

HSL color Cylindrical-coordinate representation of color #CA6029: hue angle of 20.5º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA6029 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB2029641-
CMYK00.520.800.21
HSL20.5º66.26%47.65%-
HSV(B)20.5º79.7%79.22%-
XYZ28.9421.084.64-
YUV121.4282.62185.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 59.59%
GREEN value IS 96 (37.89% from 255) = 28.32%
BLUE value IS 41 (16.41% from 255) = 12.09%
R=59.59%
G=28.32%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202964100.520.800.2120.566.2647.65
HexCA60290345015144230
Octal31214051064120252410260
Binary1100101011000001010010110100101000010101101001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6029; }

 p { color: rgb(202,96,41); }

 H1.HeaderClassName
 {
   color: #CA6029;
 }
 .AnyTagClassName
 {
   color: #CA6029;
 }
</style>
background-color css

<style>
 a { background-color: #CA6029; }

 a { background-color: rgb(202,96,41); }

 div.DivClassName
 {
   background-color: #CA6029;
 }
 .BgClassName
 {
   background-color: #CA6029;
 }
</style>
border-color css

<style>
 span { border-color: #CA6029; }

 span { border-color: rgb(202,96,41); }

 td.TdClassName
 {
   border-color: #CA6029;
 }
 .TagClassName
 {
   border-color: #CA6029;
 }
</style>