#CA6112

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

Shades of Chocolate #CA6112

Tints of Chocolate #CA6112

Color information

#CA6112 (or 0xCA6112) is unknown color: approx Chocolate. HEX triplet: CA, 61 and 12. RGB value is (202,97,18). Sum of RGB (Red+Green+Blue) = 202+97+18=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6112 is #359EED. Grayscale: #777777. Windows color (decimal): -3514094 or 1204682. OLE color: 1204682.

HSL color Cylindrical-coordinate representation of color #CA6112: hue angle of 25.76º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA6112 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB2029718-
CMYK00.520.910.21
HSL25.76º83.64%43.14%-
HSV(B)25.76º91.09%79.22%-
XYZ28.7421.153.14-
YUV119.3970.79186.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.72%
GREEN value IS 97 (38.28% from 255) = 30.60%
BLUE value IS 18 (7.42% from 255) = 5.68%
R=63.72%
G=30.60%
B=5.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202971800.520.910.2125.7683.6443.14
HexCA61120345B151a542b
Octal31214122064133253212453
Binary110010101100001100100110100101101110101110101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6112; }

 p { color: rgb(202,97,18); }

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

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

 a { background-color: rgb(202,97,18); }

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

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

 span { border-color: rgb(202,97,18); }

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