#CA6212

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

Shades of Chocolate #CA6212

Tints of Chocolate #CA6212

Color information

#CA6212 (or 0xCA6212) is unknown color: approx Chocolate. HEX triplet: CA, 62 and 12. RGB value is (202,98,18). Sum of RGB (Red+Green+Blue) = 202+98+18=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6212 is #359DED. Grayscale: #787878. Windows color (decimal): -3513838 or 1204938. OLE color: 1204938.

HSL color Cylindrical-coordinate representation of color #CA6212: hue angle of 26.09º 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 #CA6212 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB2029818-
CMYK00.510.910.21
HSL26.09º83.64%43.14%-
HSV(B)26.09º91.09%79.22%-
XYZ28.8321.343.17-
YUV119.9870.46186.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.52%
GREEN value IS 98 (38.67% from 255) = 30.82%
BLUE value IS 18 (7.42% from 255) = 5.66%
R=63.52%
G=30.82%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202981800.510.910.2126.0983.6443.14
HexCA62120335B151a542b
Octal31214222063133253212453
Binary110010101100010100100110011101101110101110101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6212; }

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

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

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

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

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

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

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

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