Shades of Ochre #CC8219
Tints of Ochre #CC8219
RGB
CMYK
RGB Variations
Color information
#CC8219 (or 0xCC8219) is known color: Ochre. HEX triplet: CC, 82 and 19. RGB value is (204,130,25). Sum of RGB (Red+Green+Blue) = 204+130+25=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 25 (10.16% from 255 or 6.96% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8219 is #337DE6. Grayscale: #8C8C8C. Windows color (decimal): -3374567 or 1671884. OLE color: 1671884.
HSL color Cylindrical-coordinate representation of color #CC8219: hue angle of 35.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 #CC8219 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 130 | 25 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.2 |
| HSL | 35.2º | 0.78% | 0.45% | - |
| HSV(B) | 35.2º | 0.88% | 0.8% | - |
| XYZ | 33.06 | 28.87 | 4.75 | - |
| YUV | 140.16 | 63.02 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 25 | 0 | 0.36 | 0.88 | 0.2 | 35.2 | 0.78 | 0.45 |
| Hex | CC | 82 | 19 | 0 | 24 | 58 | 14 | 23 | 4E | 2D |
| Octal | 314 | 202 | 31 | 0 | 44 | 130 | 24 | 43 | 116 | 55 |
| Binary | 11001100 | 10000010 | 11001 | 0 | 100100 | 1011000 | 10100 | 100011 | 1001110 | 101101 |
Color Harmonies of #CC8219
Complementary color
Monochromatic Colors of #CC8219
Black with #CC8219
Text Example
Text Example
White with #CC8219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8219; }
p { color: rgb(204,130,25); }
H1.HeaderClassName
{
color: #CC8219;
}
.AnyTagClassName
{
color: #CC8219;
}
</style>
background-color css
<style>
a { background-color: #CC8219; }
a { background-color: rgb(204,130,25); }
div.DivClassName
{
background-color: #CC8219;
}
.BgClassName
{
background-color: #CC8219;
}
</style>
border-color css
<style>
span { border-color: #CC8219; }
span { border-color: rgb(204,130,25); }
td.TdClassName
{
border-color: #CC8219;
}
.TagClassName
{
border-color: #CC8219;
}
</style>