Shades of Chocolate #CC641B
Tints of Chocolate #CC641B
RGB
CMYK
RGB Variations
Color information
#CC641B (or 0xCC641B) is known color: Chocolate. HEX triplet: CC, 64 and 1B. RGB value is (204,100,27). Sum of RGB (Red+Green+Blue) = 204+100+27=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 27 (10.94% from 255 or 8.16% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC641B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC641B is #339BE4. Grayscale: #7B7B7B. Windows color (decimal): -3382245 or 1795276. OLE color: 1795276.
HSL color Cylindrical-coordinate representation of color #CC641B: hue angle of 24.75º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC641B is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 27 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.2 |
| HSL | 24.75º | 0.77% | 0.45% | - |
| HSV(B) | 24.75º | 0.87% | 0.8% | - |
| XYZ | 29.66 | 22.03 | 3.73 | - |
| YUV | 122.77 | 73.96 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 27 | 0 | 0.51 | 0.87 | 0.2 | 24.75 | 0.77 | 0.45 |
| Hex | CC | 64 | 1B | 0 | 33 | 57 | 14 | 19 | 4D | 2D |
| Octal | 314 | 144 | 33 | 0 | 63 | 127 | 24 | 31 | 115 | 55 |
| Binary | 11001100 | 1100100 | 11011 | 0 | 110011 | 1010111 | 10100 | 11001 | 1001101 | 101101 |
Color Harmonies of #CC641B
Complementary color
Monochromatic Colors of #CC641B
Black with #CC641B
Text Example
Text Example
White with #CC641B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC641B; }
p { color: rgb(204,100,27); }
H1.HeaderClassName
{
color: #CC641B;
}
.AnyTagClassName
{
color: #CC641B;
}
</style>
background-color css
<style>
a { background-color: #CC641B; }
a { background-color: rgb(204,100,27); }
div.DivClassName
{
background-color: #CC641B;
}
.BgClassName
{
background-color: #CC641B;
}
</style>
border-color css
<style>
span { border-color: #CC641B; }
span { border-color: rgb(204,100,27); }
td.TdClassName
{
border-color: #CC641B;
}
.TagClassName
{
border-color: #CC641B;
}
</style>