Shades of Chocolate #CA630F
Tints of Chocolate #CA630F
RGB
CMYK
RGB Variations
Color information
#CA630F (or 0xCA630F) is known color: Chocolate. HEX triplet: CA, 63 and 0F. RGB value is (202,99,15). Sum of RGB (Red+Green+Blue) = 202+99+15=316 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.92% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 15 (6.25% from 255 or 4.75% from 316); Max value from RGB is 202 - color contains mainly: red. Hex color #CA630F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA630F is #359CF0. Grayscale: #787878. Windows color (decimal): -3513585 or 1008586. OLE color: 1008586.
HSL color Cylindrical-coordinate representation of color #CA630F: hue angle of 26.95º 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 #CA630F is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 99 | 15 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.21 |
| HSL | 26.95º | 0.86% | 0.43% | - |
| HSV(B) | 26.95º | 0.93% | 0.79% | - |
| XYZ | 28.91 | 21.51 | 3.08 | - |
| YUV | 120.22 | 68.62 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 99 | 15 | 0 | 0.51 | 0.93 | 0.21 | 26.95 | 0.86 | 0.43 |
| Hex | CA | 63 | F | 0 | 33 | 5D | 15 | 1B | 56 | 2B |
| Octal | 312 | 143 | 17 | 0 | 63 | 135 | 25 | 33 | 126 | 53 |
| Binary | 11001010 | 1100011 | 1111 | 0 | 110011 | 1011101 | 10101 | 11011 | 1010110 | 101011 |
Color Harmonies of #CA630F
Complementary color
Monochromatic Colors of #CA630F
Black with #CA630F
Text Example
Text Example
White with #CA630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA630F; }
p { color: rgb(202,99,15); }
H1.HeaderClassName
{
color: #CA630F;
}
.AnyTagClassName
{
color: #CA630F;
}
</style>
background-color css
<style>
a { background-color: #CA630F; }
a { background-color: rgb(202,99,15); }
div.DivClassName
{
background-color: #CA630F;
}
.BgClassName
{
background-color: #CA630F;
}
</style>
border-color css
<style>
span { border-color: #CA630F; }
span { border-color: rgb(202,99,15); }
td.TdClassName
{
border-color: #CA630F;
}
.TagClassName
{
border-color: #CA630F;
}
</style>