Shades of Chocolate #CA6F09
Tints of Chocolate #CA6F09
RGB
CMYK
RGB Variations
Color information
#CA6F09 (or 0xCA6F09) is known color: Chocolate. HEX triplet: CA, 6F and 09. RGB value is (202,111,9). Sum of RGB (Red+Green+Blue) = 202+111+9=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 9 (3.91% from 255 or 2.80% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6F09 is #3590F6. Grayscale: #7F7F7F. Windows color (decimal): -3510519 or 618442. OLE color: 618442.
HSL color Cylindrical-coordinate representation of color #CA6F09: hue angle of 31.71º 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 #CA6F09 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 111 | 9 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.21 |
| HSL | 31.71º | 0.91% | 0.41% | - |
| HSV(B) | 31.71º | 0.96% | 0.79% | - |
| XYZ | 30.09 | 23.95 | 3.29 | - |
| YUV | 126.58 | 61.65 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 111 | 9 | 0 | 0.45 | 0.96 | 0.21 | 31.71 | 0.91 | 0.41 |
| Hex | CA | 6F | 9 | 0 | 2D | 60 | 15 | 20 | 5B | 29 |
| Octal | 312 | 157 | 11 | 0 | 55 | 140 | 25 | 40 | 133 | 51 |
| Binary | 11001010 | 1101111 | 1001 | 0 | 101101 | 1100000 | 10101 | 100000 | 1011011 | 101001 |
Color Harmonies of #CA6F09
Complementary color
Monochromatic Colors of #CA6F09
Black with #CA6F09
Text Example
Text Example
White with #CA6F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6F09; }
p { color: rgb(202,111,9); }
H1.HeaderClassName
{
color: #CA6F09;
}
.AnyTagClassName
{
color: #CA6F09;
}
</style>
background-color css
<style>
a { background-color: #CA6F09; }
a { background-color: rgb(202,111,9); }
div.DivClassName
{
background-color: #CA6F09;
}
.BgClassName
{
background-color: #CA6F09;
}
</style>
border-color css
<style>
span { border-color: #CA6F09; }
span { border-color: rgb(202,111,9); }
td.TdClassName
{
border-color: #CA6F09;
}
.TagClassName
{
border-color: #CA6F09;
}
</style>