Shades of Chocolate #CC621F
Tints of Chocolate #CC621F
RGB
CMYK
RGB Variations
Color information
#CC621F (or 0xCC621F) is known color: Chocolate. HEX triplet: CC, 62 and 1F. RGB value is (204,98,31). Sum of RGB (Red+Green+Blue) = 204+98+31=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC621F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC621F is #339DE0. Grayscale: #7A7A7A. Windows color (decimal): -3382753 or 2056908. OLE color: 2056908.
HSL color Cylindrical-coordinate representation of color #CC621F: hue angle of 23.24º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC621F is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 31 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.2 |
| HSL | 23.24º | 0.74% | 0.46% | - |
| HSV(B) | 23.24º | 0.85% | 0.8% | - |
| XYZ | 29.52 | 21.67 | 3.92 | - |
| YUV | 122.06 | 76.62 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 31 | 0 | 0.52 | 0.85 | 0.2 | 23.24 | 0.74 | 0.46 |
| Hex | CC | 62 | 1F | 0 | 34 | 55 | 14 | 17 | 4A | 2E |
| Octal | 314 | 142 | 37 | 0 | 64 | 125 | 24 | 27 | 112 | 56 |
| Binary | 11001100 | 1100010 | 11111 | 0 | 110100 | 1010101 | 10100 | 10111 | 1001010 | 101110 |
Color Harmonies of #CC621F
Complementary color
Monochromatic Colors of #CC621F
Black with #CC621F
Text Example
Text Example
White with #CC621F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC621F; }
p { color: rgb(204,98,31); }
H1.HeaderClassName
{
color: #CC621F;
}
.AnyTagClassName
{
color: #CC621F;
}
</style>
background-color css
<style>
a { background-color: #CC621F; }
a { background-color: rgb(204,98,31); }
div.DivClassName
{
background-color: #CC621F;
}
.BgClassName
{
background-color: #CC621F;
}
</style>
border-color css
<style>
span { border-color: #CC621F; }
span { border-color: rgb(204,98,31); }
td.TdClassName
{
border-color: #CC621F;
}
.TagClassName
{
border-color: #CC621F;
}
</style>