Shades of Chocolate #CA680D
Tints of Chocolate #CA680D
RGB
CMYK
RGB Variations
Color information
#CA680D (or 0xCA680D) is known color: Chocolate. HEX triplet: CA, 68 and 0D. RGB value is (202,104,13). Sum of RGB (Red+Green+Blue) = 202+104+13=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA680D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA680D is #3597F2. Grayscale: #7B7B7B. Windows color (decimal): -3512307 or 878794. OLE color: 878794.
HSL color Cylindrical-coordinate representation of color #CA680D: hue angle of 28.89º degrees, saturation: 0.88, 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 #CA680D is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 104 | 13 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.21 |
| HSL | 28.89º | 0.88% | 0.42% | - |
| HSV(B) | 28.89º | 0.94% | 0.79% | - |
| XYZ | 29.38 | 22.49 | 3.17 | - |
| YUV | 122.93 | 65.97 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 13 | 0 | 0.49 | 0.94 | 0.21 | 28.89 | 0.88 | 0.42 |
| Hex | CA | 68 | D | 0 | 31 | 5E | 15 | 1D | 58 | 2A |
| Octal | 312 | 150 | 15 | 0 | 61 | 136 | 25 | 35 | 130 | 52 |
| Binary | 11001010 | 1101000 | 1101 | 0 | 110001 | 1011110 | 10101 | 11101 | 1011000 | 101010 |
Color Harmonies of #CA680D
Complementary color
Monochromatic Colors of #CA680D
Black with #CA680D
Text Example
Text Example
White with #CA680D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA680D; }
p { color: rgb(202,104,13); }
H1.HeaderClassName
{
color: #CA680D;
}
.AnyTagClassName
{
color: #CA680D;
}
</style>
background-color css
<style>
a { background-color: #CA680D; }
a { background-color: rgb(202,104,13); }
div.DivClassName
{
background-color: #CA680D;
}
.BgClassName
{
background-color: #CA680D;
}
</style>
border-color css
<style>
span { border-color: #CA680D; }
span { border-color: rgb(202,104,13); }
td.TdClassName
{
border-color: #CA680D;
}
.TagClassName
{
border-color: #CA680D;
}
</style>