Shades of Chocolate #CA640F
Tints of Chocolate #CA640F
RGB
CMYK
RGB Variations
Color information
#CA640F (or 0xCA640F) is known color: Chocolate. HEX triplet: CA, 64 and 0F. RGB value is (202,100,15). Sum of RGB (Red+Green+Blue) = 202+100+15=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA640F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA640F is #359BF0. Grayscale: #797979. Windows color (decimal): -3513329 or 1008842. OLE color: 1008842.
HSL color Cylindrical-coordinate representation of color #CA640F: hue angle of 27.27º 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 #CA640F is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 100 | 15 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.21 |
| HSL | 27.27º | 0.86% | 0.43% | - |
| HSV(B) | 27.27º | 0.93% | 0.79% | - |
| XYZ | 29 | 21.71 | 3.11 | - |
| YUV | 120.81 | 68.29 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 100 | 15 | 0 | 0.50 | 0.93 | 0.21 | 27.27 | 0.86 | 0.43 |
| Hex | CA | 64 | F | 0 | 32 | 5D | 15 | 1B | 56 | 2B |
| Octal | 312 | 144 | 17 | 0 | 62 | 135 | 25 | 33 | 126 | 53 |
| Binary | 11001010 | 1100100 | 1111 | 0 | 110010 | 1011101 | 10101 | 11011 | 1010110 | 101011 |
Color Harmonies of #CA640F
Complementary color
Monochromatic Colors of #CA640F
Black with #CA640F
Text Example
Text Example
White with #CA640F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA640F; }
p { color: rgb(202,100,15); }
H1.HeaderClassName
{
color: #CA640F;
}
.AnyTagClassName
{
color: #CA640F;
}
</style>
background-color css
<style>
a { background-color: #CA640F; }
a { background-color: rgb(202,100,15); }
div.DivClassName
{
background-color: #CA640F;
}
.BgClassName
{
background-color: #CA640F;
}
</style>
border-color css
<style>
span { border-color: #CA640F; }
span { border-color: rgb(202,100,15); }
td.TdClassName
{
border-color: #CA640F;
}
.TagClassName
{
border-color: #CA640F;
}
</style>