Shades of Ochre #CC7921
Tints of Ochre #CC7921
RGB
CMYK
RGB Variations
Color information
#CC7921 (or 0xCC7921) is known color: Ochre. HEX triplet: CC, 79 and 21. RGB value is (204,121,33). Sum of RGB (Red+Green+Blue) = 204+121+33=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 33 (13.28% from 255 or 9.22% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7921 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7921 is #3386DE. Grayscale: #888888. Windows color (decimal): -3376863 or 2193868. OLE color: 2193868.
HSL color Cylindrical-coordinate representation of color #CC7921: hue angle of 30.88º 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 #CC7921 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 33 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.2 |
| HSL | 30.88º | 0.72% | 0.46% | - |
| HSV(B) | 30.88º | 0.84% | 0.8% | - |
| XYZ | 32.01 | 26.62 | 4.89 | - |
| YUV | 135.79 | 70 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 33 | 0 | 0.41 | 0.84 | 0.2 | 30.88 | 0.72 | 0.46 |
| Hex | CC | 79 | 21 | 0 | 29 | 54 | 14 | 1F | 48 | 2E |
| Octal | 314 | 171 | 41 | 0 | 51 | 124 | 24 | 37 | 110 | 56 |
| Binary | 11001100 | 1111001 | 100001 | 0 | 101001 | 1010100 | 10100 | 11111 | 1001000 | 101110 |
Color Harmonies of #CC7921
Complementary color
Monochromatic Colors of #CC7921
Black with #CC7921
Text Example
Text Example
White with #CC7921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7921; }
p { color: rgb(204,121,33); }
H1.HeaderClassName
{
color: #CC7921;
}
.AnyTagClassName
{
color: #CC7921;
}
</style>
background-color css
<style>
a { background-color: #CC7921; }
a { background-color: rgb(204,121,33); }
div.DivClassName
{
background-color: #CC7921;
}
.BgClassName
{
background-color: #CC7921;
}
</style>
border-color css
<style>
span { border-color: #CC7921; }
span { border-color: rgb(204,121,33); }
td.TdClassName
{
border-color: #CC7921;
}
.TagClassName
{
border-color: #CC7921;
}
</style>