Shades of Chocolate #CA6918
Tints of Chocolate #CA6918
RGB
CMYK
RGB Variations
Color information
#CA6918 (or 0xCA6918) is known color: Chocolate. HEX triplet: CA, 69 and 18. RGB value is (202,105,24). Sum of RGB (Red+Green+Blue) = 202+105+24=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 24 (9.77% from 255 or 7.25% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6918 is #3596E7. Grayscale: #7D7D7D. Windows color (decimal): -3512040 or 1599946. OLE color: 1599946.
HSL color Cylindrical-coordinate representation of color #CA6918: hue angle of 27.3º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA6918 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 105 | 24 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.21 |
| HSL | 27.3º | 0.79% | 0.44% | - |
| HSV(B) | 27.3º | 0.88% | 0.79% | - |
| XYZ | 29.57 | 22.73 | 3.69 | - |
| YUV | 124.77 | 71.14 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 105 | 24 | 0 | 0.48 | 0.88 | 0.21 | 27.3 | 0.79 | 0.44 |
| Hex | CA | 69 | 18 | 0 | 30 | 58 | 15 | 1B | 4F | 2C |
| Octal | 312 | 151 | 30 | 0 | 60 | 130 | 25 | 33 | 117 | 54 |
| Binary | 11001010 | 1101001 | 11000 | 0 | 110000 | 1011000 | 10101 | 11011 | 1001111 | 101100 |
Color Harmonies of #CA6918
Complementary color
Monochromatic Colors of #CA6918
Black with #CA6918
Text Example
Text Example
White with #CA6918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6918; }
p { color: rgb(202,105,24); }
H1.HeaderClassName
{
color: #CA6918;
}
.AnyTagClassName
{
color: #CA6918;
}
</style>
background-color css
<style>
a { background-color: #CA6918; }
a { background-color: rgb(202,105,24); }
div.DivClassName
{
background-color: #CA6918;
}
.BgClassName
{
background-color: #CA6918;
}
</style>
border-color css
<style>
span { border-color: #CA6918; }
span { border-color: rgb(202,105,24); }
td.TdClassName
{
border-color: #CA6918;
}
.TagClassName
{
border-color: #CA6918;
}
</style>