Shades of Chocolate #CA620F
Tints of Chocolate #CA620F
RGB
CMYK
RGB Variations
Color information
#CA620F (or 0xCA620F) is known color: Chocolate. HEX triplet: CA, 62 and 0F. RGB value is (202,98,15). Sum of RGB (Red+Green+Blue) = 202+98+15=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA620F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA620F is #359DF0. Grayscale: #787878. Windows color (decimal): -3513841 or 1008330. OLE color: 1008330.
HSL color Cylindrical-coordinate representation of color #CA620F: hue angle of 26.63º 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 #CA620F is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 98 | 15 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.21 |
| HSL | 26.63º | 0.86% | 0.43% | - |
| HSV(B) | 26.63º | 0.93% | 0.79% | - |
| XYZ | 28.81 | 21.33 | 3.05 | - |
| YUV | 119.63 | 68.96 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 98 | 15 | 0 | 0.51 | 0.93 | 0.21 | 26.63 | 0.86 | 0.43 |
| Hex | CA | 62 | F | 0 | 33 | 5D | 15 | 1B | 56 | 2B |
| Octal | 312 | 142 | 17 | 0 | 63 | 135 | 25 | 33 | 126 | 53 |
| Binary | 11001010 | 1100010 | 1111 | 0 | 110011 | 1011101 | 10101 | 11011 | 1010110 | 101011 |
Color Harmonies of #CA620F
Complementary color
Monochromatic Colors of #CA620F
Black with #CA620F
Text Example
Text Example
White with #CA620F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA620F; }
p { color: rgb(202,98,15); }
H1.HeaderClassName
{
color: #CA620F;
}
.AnyTagClassName
{
color: #CA620F;
}
</style>
background-color css
<style>
a { background-color: #CA620F; }
a { background-color: rgb(202,98,15); }
div.DivClassName
{
background-color: #CA620F;
}
.BgClassName
{
background-color: #CA620F;
}
</style>
border-color css
<style>
span { border-color: #CA620F; }
span { border-color: rgb(202,98,15); }
td.TdClassName
{
border-color: #CA620F;
}
.TagClassName
{
border-color: #CA620F;
}
</style>