Shades of Ochre #CC8115
Tints of Ochre #CC8115
RGB
CMYK
RGB Variations
Color information
#CC8115 (or 0xCC8115) is known color: Ochre. HEX triplet: CC, 81 and 15. RGB value is (204,129,21). Sum of RGB (Red+Green+Blue) = 204+129+21=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 21 (8.59% from 255 or 5.93% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8115 is #337EEA. Grayscale: #8B8B8B. Windows color (decimal): -3374827 or 1409484. OLE color: 1409484.
HSL color Cylindrical-coordinate representation of color #CC8115: hue angle of 35.41º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC8115 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 129 | 21 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.2 |
| HSL | 35.41º | 0.81% | 0.44% | - |
| HSV(B) | 35.41º | 0.9% | 0.8% | - |
| XYZ | 32.89 | 28.59 | 4.49 | - |
| YUV | 139.11 | 61.35 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 21 | 0 | 0.37 | 0.90 | 0.2 | 35.41 | 0.81 | 0.44 |
| Hex | CC | 81 | 15 | 0 | 25 | 5A | 14 | 23 | 51 | 2C |
| Octal | 314 | 201 | 25 | 0 | 45 | 132 | 24 | 43 | 121 | 54 |
| Binary | 11001100 | 10000001 | 10101 | 0 | 100101 | 1011010 | 10100 | 100011 | 1010001 | 101100 |
Color Harmonies of #CC8115
Complementary color
Monochromatic Colors of #CC8115
Black with #CC8115
Text Example
Text Example
White with #CC8115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8115; }
p { color: rgb(204,129,21); }
H1.HeaderClassName
{
color: #CC8115;
}
.AnyTagClassName
{
color: #CC8115;
}
</style>
background-color css
<style>
a { background-color: #CC8115; }
a { background-color: rgb(204,129,21); }
div.DivClassName
{
background-color: #CC8115;
}
.BgClassName
{
background-color: #CC8115;
}
</style>
border-color css
<style>
span { border-color: #CC8115; }
span { border-color: rgb(204,129,21); }
td.TdClassName
{
border-color: #CC8115;
}
.TagClassName
{
border-color: #CC8115;
}
</style>