#CA6B12

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

Shades of Chocolate #CA6B12

Tints of Chocolate #CA6B12

Color information

#CA6B12 (or 0xCA6B12) is unknown color: approx Chocolate. HEX triplet: CA, 6B and 12. RGB value is (202,107,18). Sum of RGB (Red+Green+Blue) = 202+107+18=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6B12 is #3594ED. Grayscale: #7D7D7D. Windows color (decimal): -3511534 or 1207242. OLE color: 1207242.

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

Color convert

RGB20210718-
CMYK00.470.910.21
HSL29.02º83.64%43.14%-
HSV(B)29.02º91.09%79.22%-
XYZ29.7223.123.47-
YUV125.2667.47182.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.77%
GREEN value IS 107 (42.19% from 255) = 32.72%
BLUE value IS 18 (7.42% from 255) = 5.50%
R=61.77%
G=32.72%
B=5.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021071800.470.910.2129.0283.6443.14
HexCA6B1202F5B151d542b
Octal31215322057133253512453
Binary110010101101011100100101111101101110101111011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6B12; }

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

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

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

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

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

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

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

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