Shades of Ochre #CC8118
Tints of Ochre #CC8118
RGB
CMYK
RGB Variations
Color information
#CC8118 (or 0xCC8118) is known color: Ochre. HEX triplet: CC, 81 and 18. RGB value is (204,129,24). Sum of RGB (Red+Green+Blue) = 204+129+24=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 24 (9.77% from 255 or 6.72% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8118 is #337EE7. Grayscale: #8B8B8B. Windows color (decimal): -3374824 or 1606092. OLE color: 1606092.
HSL color Cylindrical-coordinate representation of color #CC8118: hue angle of 35º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC8118 is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 129 | 24 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.2 |
| HSL | 35º | 0.79% | 0.45% | - |
| HSV(B) | 35º | 0.88% | 0.8% | - |
| XYZ | 32.92 | 28.6 | 4.65 | - |
| YUV | 139.46 | 62.85 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 24 | 0 | 0.37 | 0.88 | 0.2 | 35 | 0.79 | 0.45 |
| Hex | CC | 81 | 18 | 0 | 25 | 58 | 14 | 23 | 4F | 2D |
| Octal | 314 | 201 | 30 | 0 | 45 | 130 | 24 | 43 | 117 | 55 |
| Binary | 11001100 | 10000001 | 11000 | 0 | 100101 | 1011000 | 10100 | 100011 | 1001111 | 101101 |
Color Harmonies of #CC8118
Complementary color
Monochromatic Colors of #CC8118
Black with #CC8118
Text Example
Text Example
White with #CC8118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8118; }
p { color: rgb(204,129,24); }
H1.HeaderClassName
{
color: #CC8118;
}
.AnyTagClassName
{
color: #CC8118;
}
</style>
background-color css
<style>
a { background-color: #CC8118; }
a { background-color: rgb(204,129,24); }
div.DivClassName
{
background-color: #CC8118;
}
.BgClassName
{
background-color: #CC8118;
}
</style>
border-color css
<style>
span { border-color: #CC8118; }
span { border-color: rgb(204,129,24); }
td.TdClassName
{
border-color: #CC8118;
}
.TagClassName
{
border-color: #CC8118;
}
</style>