Shades of Chocolate #C7630F
Tints of Chocolate #C7630F
RGB
CMYK
RGB Variations
Color information
#C7630F (or 0xC7630F) is known color: Chocolate. HEX triplet: C7, 63 and 0F. RGB value is (199,99,15). Sum of RGB (Red+Green+Blue) = 199+99+15=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 15 (6.25% from 255 or 4.79% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C7630F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7630F is #389CF0. Grayscale: #777777. Windows color (decimal): -3710193 or 1008583. OLE color: 1008583.
HSL color Cylindrical-coordinate representation of color #C7630F: hue angle of 27.39º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7630F is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 99 | 15 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.22 |
| HSL | 27.39º | 0.86% | 0.42% | - |
| HSV(B) | 27.39º | 0.92% | 0.78% | - |
| XYZ | 28.1 | 21.1 | 3.04 | - |
| YUV | 119.32 | 69.13 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 99 | 15 | 0 | 0.50 | 0.92 | 0.22 | 27.39 | 0.86 | 0.42 |
| Hex | C7 | 63 | F | 0 | 32 | 5C | 16 | 1B | 56 | 2A |
| Octal | 307 | 143 | 17 | 0 | 62 | 134 | 26 | 33 | 126 | 52 |
| Binary | 11000111 | 1100011 | 1111 | 0 | 110010 | 1011100 | 10110 | 11011 | 1010110 | 101010 |
Color Harmonies of #C7630F
Complementary color
Monochromatic Colors of #C7630F
Black with #C7630F
Text Example
Text Example
White with #C7630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7630F; }
p { color: rgb(199,99,15); }
H1.HeaderClassName
{
color: #C7630F;
}
.AnyTagClassName
{
color: #C7630F;
}
</style>
background-color css
<style>
a { background-color: #C7630F; }
a { background-color: rgb(199,99,15); }
div.DivClassName
{
background-color: #C7630F;
}
.BgClassName
{
background-color: #C7630F;
}
</style>
border-color css
<style>
span { border-color: #C7630F; }
span { border-color: rgb(199,99,15); }
td.TdClassName
{
border-color: #C7630F;
}
.TagClassName
{
border-color: #C7630F;
}
</style>