Shades of Ochre #CC8519
Tints of Ochre #CC8519
RGB
CMYK
RGB Variations
Color information
#CC8519 (or 0xCC8519) is known color: Ochre. HEX triplet: CC, 85 and 19. RGB value is (204,133,25). Sum of RGB (Red+Green+Blue) = 204+133+25=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 25 (10.16% from 255 or 6.91% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8519 is #337AE6. Grayscale: #8E8E8E. Windows color (decimal): -3373799 or 1672652. OLE color: 1672652.
HSL color Cylindrical-coordinate representation of color #CC8519: hue angle of 36.2º degrees, saturation: 0.78, 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 #CC8519 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 25 | - |
| CMYK | 0 | 0.35 | 0.88 | 0.2 |
| HSL | 36.2º | 0.78% | 0.45% | - |
| HSV(B) | 36.2º | 0.88% | 0.8% | - |
| XYZ | 33.46 | 29.68 | 4.89 | - |
| YUV | 141.92 | 62.02 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 25 | 0 | 0.35 | 0.88 | 0.2 | 36.2 | 0.78 | 0.45 |
| Hex | CC | 85 | 19 | 0 | 23 | 58 | 14 | 24 | 4E | 2D |
| Octal | 314 | 205 | 31 | 0 | 43 | 130 | 24 | 44 | 116 | 55 |
| Binary | 11001100 | 10000101 | 11001 | 0 | 100011 | 1011000 | 10100 | 100100 | 1001110 | 101101 |
Color Harmonies of #CC8519
Complementary color
Monochromatic Colors of #CC8519
Black with #CC8519
Text Example
Text Example
White with #CC8519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8519; }
p { color: rgb(204,133,25); }
H1.HeaderClassName
{
color: #CC8519;
}
.AnyTagClassName
{
color: #CC8519;
}
</style>
background-color css
<style>
a { background-color: #CC8519; }
a { background-color: rgb(204,133,25); }
div.DivClassName
{
background-color: #CC8519;
}
.BgClassName
{
background-color: #CC8519;
}
</style>
border-color css
<style>
span { border-color: #CC8519; }
span { border-color: rgb(204,133,25); }
td.TdClassName
{
border-color: #CC8519;
}
.TagClassName
{
border-color: #CC8519;
}
</style>