Shades of Chocolate #CA680C
Tints of Chocolate #CA680C
RGB
CMYK
RGB Variations
Color information
#CA680C (or 0xCA680C) is known color: Chocolate. HEX triplet: CA, 68 and 0C. RGB value is (202,104,12). Sum of RGB (Red+Green+Blue) = 202+104+12=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA680C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA680C is #3597F3. Grayscale: #7B7B7B. Windows color (decimal): -3512308 or 813258. OLE color: 813258.
HSL color Cylindrical-coordinate representation of color #CA680C: hue angle of 29.05º 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 #CA680C is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 104 | 12 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.21 |
| HSL | 29.05º | 0.89% | 0.42% | - |
| HSV(B) | 29.05º | 0.94% | 0.79% | - |
| XYZ | 29.37 | 22.48 | 3.14 | - |
| YUV | 122.81 | 65.47 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 12 | 0 | 0.49 | 0.94 | 0.21 | 29.05 | 0.89 | 0.42 |
| Hex | CA | 68 | C | 0 | 31 | 5E | 15 | 1D | 59 | 2A |
| Octal | 312 | 150 | 14 | 0 | 61 | 136 | 25 | 35 | 131 | 52 |
| Binary | 11001010 | 1101000 | 1100 | 0 | 110001 | 1011110 | 10101 | 11101 | 1011001 | 101010 |
Color Harmonies of #CA680C
Complementary color
Monochromatic Colors of #CA680C
Black with #CA680C
Text Example
Text Example
White with #CA680C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA680C; }
p { color: rgb(202,104,12); }
H1.HeaderClassName
{
color: #CA680C;
}
.AnyTagClassName
{
color: #CA680C;
}
</style>
background-color css
<style>
a { background-color: #CA680C; }
a { background-color: rgb(202,104,12); }
div.DivClassName
{
background-color: #CA680C;
}
.BgClassName
{
background-color: #CA680C;
}
</style>
border-color css
<style>
span { border-color: #CA680C; }
span { border-color: rgb(202,104,12); }
td.TdClassName
{
border-color: #CA680C;
}
.TagClassName
{
border-color: #CA680C;
}
</style>