Shades of Chocolate #CC641F
Tints of Chocolate #CC641F
RGB
CMYK
RGB Variations
Color information
#CC641F (or 0xCC641F) is known color: Chocolate. HEX triplet: CC, 64 and 1F. RGB value is (204,100,31). Sum of RGB (Red+Green+Blue) = 204+100+31=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC641F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC641F is #339BE0. Grayscale: #7B7B7B. Windows color (decimal): -3382241 or 2057420. OLE color: 2057420.
HSL color Cylindrical-coordinate representation of color #CC641F: hue angle of 23.93º 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 #CC641F is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 31 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.2 |
| HSL | 23.93º | 0.74% | 0.46% | - |
| HSV(B) | 23.93º | 0.85% | 0.8% | - |
| XYZ | 29.71 | 22.05 | 3.99 | - |
| YUV | 123.23 | 75.96 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 31 | 0 | 0.51 | 0.85 | 0.2 | 23.93 | 0.74 | 0.46 |
| Hex | CC | 64 | 1F | 0 | 33 | 55 | 14 | 18 | 4A | 2E |
| Octal | 314 | 144 | 37 | 0 | 63 | 125 | 24 | 30 | 112 | 56 |
| Binary | 11001100 | 1100100 | 11111 | 0 | 110011 | 1010101 | 10100 | 11000 | 1001010 | 101110 |
Color Harmonies of #CC641F
Complementary color
Monochromatic Colors of #CC641F
Black with #CC641F
Text Example
Text Example
White with #CC641F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC641F; }
p { color: rgb(204,100,31); }
H1.HeaderClassName
{
color: #CC641F;
}
.AnyTagClassName
{
color: #CC641F;
}
</style>
background-color css
<style>
a { background-color: #CC641F; }
a { background-color: rgb(204,100,31); }
div.DivClassName
{
background-color: #CC641F;
}
.BgClassName
{
background-color: #CC641F;
}
</style>
border-color css
<style>
span { border-color: #CC641F; }
span { border-color: rgb(204,100,31); }
td.TdClassName
{
border-color: #CC641F;
}
.TagClassName
{
border-color: #CC641F;
}
</style>