Shades of Chocolate #C7621A
Tints of Chocolate #C7621A
RGB
CMYK
RGB Variations
Color information
#C7621A (or 0xC7621A) is known color: Chocolate. HEX triplet: C7, 62 and 1A. RGB value is (199,98,26). Sum of RGB (Red+Green+Blue) = 199+98+26=323 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.61% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 26 (10.55% from 255 or 8.05% from 323); Max value from RGB is 199 - color contains mainly: red. Hex color #C7621A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7621A is #389DE5. Grayscale: #787878. Windows color (decimal): -3710438 or 1729223. OLE color: 1729223.
HSL color Cylindrical-coordinate representation of color #C7621A: hue angle of 24.97º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7621A is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 98 | 26 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.22 |
| HSL | 24.97º | 0.77% | 0.44% | - |
| HSV(B) | 24.97º | 0.87% | 0.78% | - |
| XYZ | 28.11 | 20.95 | 3.54 | - |
| YUV | 119.99 | 74.96 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 98 | 26 | 0 | 0.51 | 0.87 | 0.22 | 24.97 | 0.77 | 0.44 |
| Hex | C7 | 62 | 1A | 0 | 33 | 57 | 16 | 19 | 4D | 2C |
| Octal | 307 | 142 | 32 | 0 | 63 | 127 | 26 | 31 | 115 | 54 |
| Binary | 11000111 | 1100010 | 11010 | 0 | 110011 | 1010111 | 10110 | 11001 | 1001101 | 101100 |
Color Harmonies of #C7621A
Complementary color
Monochromatic Colors of #C7621A
Black with #C7621A
Text Example
Text Example
White with #C7621A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7621A; }
p { color: rgb(199,98,26); }
H1.HeaderClassName
{
color: #C7621A;
}
.AnyTagClassName
{
color: #C7621A;
}
</style>
background-color css
<style>
a { background-color: #C7621A; }
a { background-color: rgb(199,98,26); }
div.DivClassName
{
background-color: #C7621A;
}
.BgClassName
{
background-color: #C7621A;
}
</style>
border-color css
<style>
span { border-color: #C7621A; }
span { border-color: rgb(199,98,26); }
td.TdClassName
{
border-color: #C7621A;
}
.TagClassName
{
border-color: #C7621A;
}
</style>