Shades of Ochre #CC8513
Tints of Ochre #CC8513
RGB
CMYK
RGB Variations
Color information
#CC8513 (or 0xCC8513) is known color: Ochre. HEX triplet: CC, 85 and 13. RGB value is (204,133,19). Sum of RGB (Red+Green+Blue) = 204+133+19=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 19 (7.81% from 255 or 5.34% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8513 is #337AEC. Grayscale: #8D8D8D. Windows color (decimal): -3373805 or 1279436. OLE color: 1279436.
HSL color Cylindrical-coordinate representation of color #CC8513: hue angle of 36.97º 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 #CC8513 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 19 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.2 |
| HSL | 36.97º | 0.83% | 0.44% | - |
| HSV(B) | 36.97º | 0.91% | 0.8% | - |
| XYZ | 33.41 | 29.66 | 4.58 | - |
| YUV | 141.23 | 59.02 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 19 | 0 | 0.35 | 0.91 | 0.2 | 36.97 | 0.83 | 0.44 |
| Hex | CC | 85 | 13 | 0 | 23 | 5B | 14 | 25 | 53 | 2C |
| Octal | 314 | 205 | 23 | 0 | 43 | 133 | 24 | 45 | 123 | 54 |
| Binary | 11001100 | 10000101 | 10011 | 0 | 100011 | 1011011 | 10100 | 100101 | 1010011 | 101100 |
Color Harmonies of #CC8513
Complementary color
Monochromatic Colors of #CC8513
Black with #CC8513
Text Example
Text Example
White with #CC8513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8513; }
p { color: rgb(204,133,19); }
H1.HeaderClassName
{
color: #CC8513;
}
.AnyTagClassName
{
color: #CC8513;
}
</style>
background-color css
<style>
a { background-color: #CC8513; }
a { background-color: rgb(204,133,19); }
div.DivClassName
{
background-color: #CC8513;
}
.BgClassName
{
background-color: #CC8513;
}
</style>
border-color css
<style>
span { border-color: #CC8513; }
span { border-color: rgb(204,133,19); }
td.TdClassName
{
border-color: #CC8513;
}
.TagClassName
{
border-color: #CC8513;
}
</style>