Shades of Ochre #CC871B
Tints of Ochre #CC871B
RGB
CMYK
RGB Variations
Color information
#CC871B (or 0xCC871B) is known color: Ochre. HEX triplet: CC, 87 and 1B. RGB value is (204,135,27). Sum of RGB (Red+Green+Blue) = 204+135+27=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 27 (10.94% from 255 or 7.38% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC871B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC871B is #3378E4. Grayscale: #8F8F8F. Windows color (decimal): -3373285 or 1804236. OLE color: 1804236.
HSL color Cylindrical-coordinate representation of color #CC871B: hue angle of 36.61º 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 #CC871B is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 27 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.2 |
| HSL | 36.61º | 0.77% | 0.45% | - |
| HSV(B) | 36.61º | 0.87% | 0.8% | - |
| XYZ | 33.76 | 30.24 | 5.1 | - |
| YUV | 143.32 | 62.36 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 27 | 0 | 0.34 | 0.87 | 0.2 | 36.61 | 0.77 | 0.45 |
| Hex | CC | 87 | 1B | 0 | 22 | 57 | 14 | 25 | 4D | 2D |
| Octal | 314 | 207 | 33 | 0 | 42 | 127 | 24 | 45 | 115 | 55 |
| Binary | 11001100 | 10000111 | 11011 | 0 | 100010 | 1010111 | 10100 | 100101 | 1001101 | 101101 |
Color Harmonies of #CC871B
Complementary color
Monochromatic Colors of #CC871B
Black with #CC871B
Text Example
Text Example
White with #CC871B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC871B; }
p { color: rgb(204,135,27); }
H1.HeaderClassName
{
color: #CC871B;
}
.AnyTagClassName
{
color: #CC871B;
}
</style>
background-color css
<style>
a { background-color: #CC871B; }
a { background-color: rgb(204,135,27); }
div.DivClassName
{
background-color: #CC871B;
}
.BgClassName
{
background-color: #CC871B;
}
</style>
border-color css
<style>
span { border-color: #CC871B; }
span { border-color: rgb(204,135,27); }
td.TdClassName
{
border-color: #CC871B;
}
.TagClassName
{
border-color: #CC871B;
}
</style>