Shades of Chocolate #CA6718
Tints of Chocolate #CA6718
RGB
CMYK
RGB Variations
Color information
#CA6718 (or 0xCA6718) is known color: Chocolate. HEX triplet: CA, 67 and 18. RGB value is (202,103,24). Sum of RGB (Red+Green+Blue) = 202+103+24=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6718 is #3598E7. Grayscale: #7C7C7C. Windows color (decimal): -3512552 or 1599434. OLE color: 1599434.
HSL color Cylindrical-coordinate representation of color #CA6718: hue angle of 26.63º 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 #CA6718 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 103 | 24 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.21 |
| HSL | 26.63º | 0.79% | 0.44% | - |
| HSV(B) | 26.63º | 0.88% | 0.79% | - |
| XYZ | 29.37 | 22.32 | 3.62 | - |
| YUV | 123.6 | 71.8 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 103 | 24 | 0 | 0.49 | 0.88 | 0.21 | 26.63 | 0.79 | 0.44 |
| Hex | CA | 67 | 18 | 0 | 31 | 58 | 15 | 1B | 4F | 2C |
| Octal | 312 | 147 | 30 | 0 | 61 | 130 | 25 | 33 | 117 | 54 |
| Binary | 11001010 | 1100111 | 11000 | 0 | 110001 | 1011000 | 10101 | 11011 | 1001111 | 101100 |
Color Harmonies of #CA6718
Complementary color
Monochromatic Colors of #CA6718
Black with #CA6718
Text Example
Text Example
White with #CA6718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6718; }
p { color: rgb(202,103,24); }
H1.HeaderClassName
{
color: #CA6718;
}
.AnyTagClassName
{
color: #CA6718;
}
</style>
background-color css
<style>
a { background-color: #CA6718; }
a { background-color: rgb(202,103,24); }
div.DivClassName
{
background-color: #CA6718;
}
.BgClassName
{
background-color: #CA6718;
}
</style>
border-color css
<style>
span { border-color: #CA6718; }
span { border-color: rgb(202,103,24); }
td.TdClassName
{
border-color: #CA6718;
}
.TagClassName
{
border-color: #CA6718;
}
</style>