Shades of Ochre #CC8121
Tints of Ochre #CC8121
RGB
CMYK
RGB Variations
Color information
#CC8121 (or 0xCC8121) is known color: Ochre. HEX triplet: CC, 81 and 21. RGB value is (204,129,33). Sum of RGB (Red+Green+Blue) = 204+129+33=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 33 (13.28% from 255 or 9.02% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8121 is #337EDE. Grayscale: #8C8C8C. Windows color (decimal): -3374815 or 2195916. OLE color: 2195916.
HSL color Cylindrical-coordinate representation of color #CC8121: hue angle of 33.68º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC8121 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 129 | 33 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.2 |
| HSL | 33.68º | 0.72% | 0.46% | - |
| HSV(B) | 33.68º | 0.84% | 0.8% | - |
| XYZ | 33.03 | 28.65 | 5.23 | - |
| YUV | 140.48 | 67.35 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 33 | 0 | 0.37 | 0.84 | 0.2 | 33.68 | 0.72 | 0.46 |
| Hex | CC | 81 | 21 | 0 | 25 | 54 | 14 | 22 | 48 | 2E |
| Octal | 314 | 201 | 41 | 0 | 45 | 124 | 24 | 42 | 110 | 56 |
| Binary | 11001100 | 10000001 | 100001 | 0 | 100101 | 1010100 | 10100 | 100010 | 1001000 | 101110 |
Color Harmonies of #CC8121
Complementary color
Monochromatic Colors of #CC8121
Black with #CC8121
Text Example
Text Example
White with #CC8121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8121; }
p { color: rgb(204,129,33); }
H1.HeaderClassName
{
color: #CC8121;
}
.AnyTagClassName
{
color: #CC8121;
}
</style>
background-color css
<style>
a { background-color: #CC8121; }
a { background-color: rgb(204,129,33); }
div.DivClassName
{
background-color: #CC8121;
}
.BgClassName
{
background-color: #CC8121;
}
</style>
border-color css
<style>
span { border-color: #CC8121; }
span { border-color: rgb(204,129,33); }
td.TdClassName
{
border-color: #CC8121;
}
.TagClassName
{
border-color: #CC8121;
}
</style>