Shades of Chocolate #C9630F
Tints of Chocolate #C9630F
RGB
CMYK
RGB Variations
Color information
#C9630F (or 0xC9630F) is known color: Chocolate. HEX triplet: C9, 63 and 0F. RGB value is (201,99,15). Sum of RGB (Red+Green+Blue) = 201+99+15=315 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.81% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 201 - color contains mainly: red. Hex color #C9630F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9630F is #369CF0. Grayscale: #787878. Windows color (decimal): -3579121 or 1008585. OLE color: 1008585.
HSL color Cylindrical-coordinate representation of color #C9630F: hue angle of 27.1º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9630F is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 99 | 15 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.21 |
| HSL | 27.1º | 0.86% | 0.42% | - |
| HSV(B) | 27.1º | 0.93% | 0.79% | - |
| XYZ | 28.64 | 21.38 | 3.07 | - |
| YUV | 119.92 | 68.79 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 99 | 15 | 0 | 0.51 | 0.93 | 0.21 | 27.1 | 0.86 | 0.42 |
| Hex | C9 | 63 | F | 0 | 33 | 5D | 15 | 1B | 56 | 2A |
| Octal | 311 | 143 | 17 | 0 | 63 | 135 | 25 | 33 | 126 | 52 |
| Binary | 11001001 | 1100011 | 1111 | 0 | 110011 | 1011101 | 10101 | 11011 | 1010110 | 101010 |
Color Harmonies of #C9630F
Complementary color
Monochromatic Colors of #C9630F
Black with #C9630F
Text Example
Text Example
White with #C9630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9630F; }
p { color: rgb(201,99,15); }
H1.HeaderClassName
{
color: #C9630F;
}
.AnyTagClassName
{
color: #C9630F;
}
</style>
background-color css
<style>
a { background-color: #C9630F; }
a { background-color: rgb(201,99,15); }
div.DivClassName
{
background-color: #C9630F;
}
.BgClassName
{
background-color: #C9630F;
}
</style>
border-color css
<style>
span { border-color: #C9630F; }
span { border-color: rgb(201,99,15); }
td.TdClassName
{
border-color: #C9630F;
}
.TagClassName
{
border-color: #C9630F;
}
</style>