Shades of Chocolate #CA690C
Tints of Chocolate #CA690C
RGB
CMYK
RGB Variations
Color information
#CA690C (or 0xCA690C) is known color: Chocolate. HEX triplet: CA, 69 and 0C. RGB value is (202,105,12). Sum of RGB (Red+Green+Blue) = 202+105+12=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA690C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA690C is #3596F3. Grayscale: #7B7B7B. Windows color (decimal): -3512052 or 813514. OLE color: 813514.
HSL color Cylindrical-coordinate representation of color #CA690C: hue angle of 29.37º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA690C is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 105 | 12 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.21 |
| HSL | 29.37º | 0.89% | 0.42% | - |
| HSV(B) | 29.37º | 0.94% | 0.79% | - |
| XYZ | 29.48 | 22.69 | 3.17 | - |
| YUV | 123.4 | 65.14 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 105 | 12 | 0 | 0.48 | 0.94 | 0.21 | 29.37 | 0.89 | 0.42 |
| Hex | CA | 69 | C | 0 | 30 | 5E | 15 | 1D | 59 | 2A |
| Octal | 312 | 151 | 14 | 0 | 60 | 136 | 25 | 35 | 131 | 52 |
| Binary | 11001010 | 1101001 | 1100 | 0 | 110000 | 1011110 | 10101 | 11101 | 1011001 | 101010 |
Color Harmonies of #CA690C
Complementary color
Monochromatic Colors of #CA690C
Black with #CA690C
Text Example
Text Example
White with #CA690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA690C; }
p { color: rgb(202,105,12); }
H1.HeaderClassName
{
color: #CA690C;
}
.AnyTagClassName
{
color: #CA690C;
}
</style>
background-color css
<style>
a { background-color: #CA690C; }
a { background-color: rgb(202,105,12); }
div.DivClassName
{
background-color: #CA690C;
}
.BgClassName
{
background-color: #CA690C;
}
</style>
border-color css
<style>
span { border-color: #CA690C; }
span { border-color: rgb(202,105,12); }
td.TdClassName
{
border-color: #CA690C;
}
.TagClassName
{
border-color: #CA690C;
}
</style>