Shades of Ochre #CC8013
Tints of Ochre #CC8013
RGB
CMYK
RGB Variations
Color information
#CC8013 (or 0xCC8013) is known color: Ochre. HEX triplet: CC, 80 and 13. RGB value is (204,128,19). Sum of RGB (Red+Green+Blue) = 204+128+19=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 19 (7.81% from 255 or 5.41% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8013 is #337FEC. Grayscale: #8A8A8A. Windows color (decimal): -3375085 or 1278156. OLE color: 1278156.
HSL color Cylindrical-coordinate representation of color #CC8013: hue angle of 35.35º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC8013 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 19 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.2 |
| HSL | 35.35º | 0.83% | 0.44% | - |
| HSV(B) | 35.35º | 0.91% | 0.8% | - |
| XYZ | 32.74 | 28.32 | 4.36 | - |
| YUV | 138.3 | 60.68 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 19 | 0 | 0.37 | 0.91 | 0.2 | 35.35 | 0.83 | 0.44 |
| Hex | CC | 80 | 13 | 0 | 25 | 5B | 14 | 23 | 53 | 2C |
| Octal | 314 | 200 | 23 | 0 | 45 | 133 | 24 | 43 | 123 | 54 |
| Binary | 11001100 | 10000000 | 10011 | 0 | 100101 | 1011011 | 10100 | 100011 | 1010011 | 101100 |
Color Harmonies of #CC8013
Complementary color
Monochromatic Colors of #CC8013
Black with #CC8013
Text Example
Text Example
White with #CC8013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8013; }
p { color: rgb(204,128,19); }
H1.HeaderClassName
{
color: #CC8013;
}
.AnyTagClassName
{
color: #CC8013;
}
</style>
background-color css
<style>
a { background-color: #CC8013; }
a { background-color: rgb(204,128,19); }
div.DivClassName
{
background-color: #CC8013;
}
.BgClassName
{
background-color: #CC8013;
}
</style>
border-color css
<style>
span { border-color: #CC8013; }
span { border-color: rgb(204,128,19); }
td.TdClassName
{
border-color: #CC8013;
}
.TagClassName
{
border-color: #CC8013;
}
</style>