Shades of Ochre #CC7024
Tints of Ochre #CC7024
RGB
CMYK
RGB Variations
Color information
#CC7024 (or 0xCC7024) is known color: Ochre. HEX triplet: CC, 70 and 24. RGB value is (204,112,36). Sum of RGB (Red+Green+Blue) = 204+112+36=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 36 (14.45% from 255 or 10.23% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7024 is #338FDB. Grayscale: #838383. Windows color (decimal): -3379164 or 2388172. OLE color: 2388172.
HSL color Cylindrical-coordinate representation of color #CC7024: hue angle of 27.14º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC7024 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 36 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.2 |
| HSL | 27.14º | 0.7% | 0.47% | - |
| HSV(B) | 27.14º | 0.82% | 0.8% | - |
| XYZ | 31.01 | 24.55 | 4.77 | - |
| YUV | 130.84 | 74.48 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 36 | 0 | 0.45 | 0.82 | 0.2 | 27.14 | 0.7 | 0.47 |
| Hex | CC | 70 | 24 | 0 | 2D | 52 | 14 | 1B | 46 | 2F |
| Octal | 314 | 160 | 44 | 0 | 55 | 122 | 24 | 33 | 106 | 57 |
| Binary | 11001100 | 1110000 | 100100 | 0 | 101101 | 1010010 | 10100 | 11011 | 1000110 | 101111 |
Color Harmonies of #CC7024
Complementary color
Monochromatic Colors of #CC7024
Black with #CC7024
Text Example
Text Example
White with #CC7024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7024; }
p { color: rgb(204,112,36); }
H1.HeaderClassName
{
color: #CC7024;
}
.AnyTagClassName
{
color: #CC7024;
}
</style>
background-color css
<style>
a { background-color: #CC7024; }
a { background-color: rgb(204,112,36); }
div.DivClassName
{
background-color: #CC7024;
}
.BgClassName
{
background-color: #CC7024;
}
</style>
border-color css
<style>
span { border-color: #CC7024; }
span { border-color: rgb(204,112,36); }
td.TdClassName
{
border-color: #CC7024;
}
.TagClassName
{
border-color: #CC7024;
}
</style>