Shades of Ochre #CC8213
Tints of Ochre #CC8213
RGB
CMYK
RGB Variations
Color information
#CC8213 (or 0xCC8213) is known color: Ochre. HEX triplet: CC, 82 and 13. RGB value is (204,130,19). Sum of RGB (Red+Green+Blue) = 204+130+19=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 19 (7.81% from 255 or 5.38% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8213 is #337DEC. Grayscale: #8B8B8B. Windows color (decimal): -3374573 or 1278668. OLE color: 1278668.
HSL color Cylindrical-coordinate representation of color #CC8213: hue angle of 36º 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 #CC8213 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 130 | 19 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.2 |
| HSL | 36º | 0.83% | 0.44% | - |
| HSV(B) | 36º | 0.91% | 0.8% | - |
| XYZ | 33 | 28.85 | 4.45 | - |
| YUV | 139.47 | 60.02 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 19 | 0 | 0.36 | 0.91 | 0.2 | 36 | 0.83 | 0.44 |
| Hex | CC | 82 | 13 | 0 | 24 | 5B | 14 | 24 | 53 | 2C |
| Octal | 314 | 202 | 23 | 0 | 44 | 133 | 24 | 44 | 123 | 54 |
| Binary | 11001100 | 10000010 | 10011 | 0 | 100100 | 1011011 | 10100 | 100100 | 1010011 | 101100 |
Color Harmonies of #CC8213
Complementary color
Monochromatic Colors of #CC8213
Black with #CC8213
Text Example
Text Example
White with #CC8213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8213; }
p { color: rgb(204,130,19); }
H1.HeaderClassName
{
color: #CC8213;
}
.AnyTagClassName
{
color: #CC8213;
}
</style>
background-color css
<style>
a { background-color: #CC8213; }
a { background-color: rgb(204,130,19); }
div.DivClassName
{
background-color: #CC8213;
}
.BgClassName
{
background-color: #CC8213;
}
</style>
border-color css
<style>
span { border-color: #CC8213; }
span { border-color: rgb(204,130,19); }
td.TdClassName
{
border-color: #CC8213;
}
.TagClassName
{
border-color: #CC8213;
}
</style>