Shades of Chocolate #CC671C
Tints of Chocolate #CC671C
RGB
CMYK
RGB Variations
Color information
#CC671C (or 0xCC671C) is known color: Chocolate. HEX triplet: CC, 67 and 1C. RGB value is (204,103,28). Sum of RGB (Red+Green+Blue) = 204+103+28=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC671C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC671C is #3398E3. Grayscale: #7D7D7D. Windows color (decimal): -3381476 or 1861580. OLE color: 1861580.
HSL color Cylindrical-coordinate representation of color #CC671C: hue angle of 25.57º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC671C is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 103 | 28 | - |
| CMYK | 0 | 0.50 | 0.86 | 0.2 |
| HSL | 25.57º | 0.76% | 0.45% | - |
| HSV(B) | 25.57º | 0.86% | 0.8% | - |
| XYZ | 29.96 | 22.62 | 3.89 | - |
| YUV | 124.65 | 73.46 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 28 | 0 | 0.50 | 0.86 | 0.2 | 25.57 | 0.76 | 0.45 |
| Hex | CC | 67 | 1C | 0 | 32 | 56 | 14 | 1A | 4C | 2D |
| Octal | 314 | 147 | 34 | 0 | 62 | 126 | 24 | 32 | 114 | 55 |
| Binary | 11001100 | 1100111 | 11100 | 0 | 110010 | 1010110 | 10100 | 11010 | 1001100 | 101101 |
Color Harmonies of #CC671C
Complementary color
Monochromatic Colors of #CC671C
Black with #CC671C
Text Example
Text Example
White with #CC671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC671C; }
p { color: rgb(204,103,28); }
H1.HeaderClassName
{
color: #CC671C;
}
.AnyTagClassName
{
color: #CC671C;
}
</style>
background-color css
<style>
a { background-color: #CC671C; }
a { background-color: rgb(204,103,28); }
div.DivClassName
{
background-color: #CC671C;
}
.BgClassName
{
background-color: #CC671C;
}
</style>
border-color css
<style>
span { border-color: #CC671C; }
span { border-color: rgb(204,103,28); }
td.TdClassName
{
border-color: #CC671C;
}
.TagClassName
{
border-color: #CC671C;
}
</style>