Shades of Chocolate #CA680F
Tints of Chocolate #CA680F
RGB
CMYK
RGB Variations
Color information
#CA680F (or 0xCA680F) is known color: Chocolate. HEX triplet: CA, 68 and 0F. RGB value is (202,104,15). Sum of RGB (Red+Green+Blue) = 202+104+15=321 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.93% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 202 - color contains mainly: red. Hex color #CA680F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA680F is #3597F0. Grayscale: #7B7B7B. Windows color (decimal): -3512305 or 1009866. OLE color: 1009866.
HSL color Cylindrical-coordinate representation of color #CA680F: hue angle of 28.56º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA680F is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 104 | 15 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.21 |
| HSL | 28.56º | 0.86% | 0.43% | - |
| HSV(B) | 28.56º | 0.93% | 0.79% | - |
| XYZ | 29.39 | 22.49 | 3.24 | - |
| YUV | 123.16 | 66.97 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 15 | 0 | 0.49 | 0.93 | 0.21 | 28.56 | 0.86 | 0.43 |
| Hex | CA | 68 | F | 0 | 31 | 5D | 15 | 1D | 56 | 2B |
| Octal | 312 | 150 | 17 | 0 | 61 | 135 | 25 | 35 | 126 | 53 |
| Binary | 11001010 | 1101000 | 1111 | 0 | 110001 | 1011101 | 10101 | 11101 | 1010110 | 101011 |
Color Harmonies of #CA680F
Complementary color
Monochromatic Colors of #CA680F
Black with #CA680F
Text Example
Text Example
White with #CA680F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA680F; }
p { color: rgb(202,104,15); }
H1.HeaderClassName
{
color: #CA680F;
}
.AnyTagClassName
{
color: #CA680F;
}
</style>
background-color css
<style>
a { background-color: #CA680F; }
a { background-color: rgb(202,104,15); }
div.DivClassName
{
background-color: #CA680F;
}
.BgClassName
{
background-color: #CA680F;
}
</style>
border-color css
<style>
span { border-color: #CA680F; }
span { border-color: rgb(202,104,15); }
td.TdClassName
{
border-color: #CA680F;
}
.TagClassName
{
border-color: #CA680F;
}
</style>