#CA6C09

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

Shades of Chocolate #CA6C09

Tints of Chocolate #CA6C09

Color information

#CA6C09 (or 0xCA6C09) is unknown color: approx Chocolate. HEX triplet: CA, 6C and 09. RGB value is (202,108,9). Sum of RGB (Red+Green+Blue) = 202+108+9=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 9 (3.91% from 255 or 2.82% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6C09 is #3593F6. Grayscale: #7D7D7D. Windows color (decimal): -3511287 or 617674. OLE color: 617674.

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

Color convert

RGB2021089-
CMYK00.470.960.21
HSL30.78º91.47%41.37%-
HSV(B)30.78º95.54%79.22%-
XYZ29.7723.33.19-
YUV124.8262.64183.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.32%
GREEN value IS 108 (42.58% from 255) = 33.86%
BLUE value IS 9 (3.91% from 255) = 2.82%
R=63.32%
G=33.86%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202108900.470.960.2130.7891.4741.37
HexCA6C902F60151f5b29
Octal31215411057140253713351
Binary11001010110110010010101111110000010101111111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6C09; }

 p { color: rgb(202,108,9); }

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

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

 a { background-color: rgb(202,108,9); }

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

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

 span { border-color: rgb(202,108,9); }

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