Shades of Ochre #CC841C
Tints of Ochre #CC841C
RGB
CMYK
RGB Variations
Color information
#CC841C (or 0xCC841C) is known color: Ochre. HEX triplet: CC, 84 and 1C. RGB value is (204,132,28). Sum of RGB (Red+Green+Blue) = 204+132+28=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 28 (11.33% from 255 or 7.69% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC841C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC841C is #337BE3. Grayscale: #8E8E8E. Windows color (decimal): -3374052 or 1869004. OLE color: 1869004.
HSL color Cylindrical-coordinate representation of color #CC841C: hue angle of 35.45º 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 #CC841C is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 28 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.2 |
| HSL | 35.45º | 0.76% | 0.45% | - |
| HSV(B) | 35.45º | 0.86% | 0.8% | - |
| XYZ | 33.36 | 29.42 | 5.02 | - |
| YUV | 141.67 | 63.85 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 28 | 0 | 0.35 | 0.86 | 0.2 | 35.45 | 0.76 | 0.45 |
| Hex | CC | 84 | 1C | 0 | 23 | 56 | 14 | 23 | 4C | 2D |
| Octal | 314 | 204 | 34 | 0 | 43 | 126 | 24 | 43 | 114 | 55 |
| Binary | 11001100 | 10000100 | 11100 | 0 | 100011 | 1010110 | 10100 | 100011 | 1001100 | 101101 |
Color Harmonies of #CC841C
Complementary color
Monochromatic Colors of #CC841C
Black with #CC841C
Text Example
Text Example
White with #CC841C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC841C; }
p { color: rgb(204,132,28); }
H1.HeaderClassName
{
color: #CC841C;
}
.AnyTagClassName
{
color: #CC841C;
}
</style>
background-color css
<style>
a { background-color: #CC841C; }
a { background-color: rgb(204,132,28); }
div.DivClassName
{
background-color: #CC841C;
}
.BgClassName
{
background-color: #CC841C;
}
</style>
border-color css
<style>
span { border-color: #CC841C; }
span { border-color: rgb(204,132,28); }
td.TdClassName
{
border-color: #CC841C;
}
.TagClassName
{
border-color: #CC841C;
}
</style>