Shades of Ochre #CC7813
Tints of Ochre #CC7813
RGB
CMYK
RGB Variations
Color information
#CC7813 (or 0xCC7813) is known color: Ochre. HEX triplet: CC, 78 and 13. RGB value is (204,120,19). Sum of RGB (Red+Green+Blue) = 204+120+19=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7813 is #3387EC. Grayscale: #868686. Windows color (decimal): -3377133 or 1276108. OLE color: 1276108.
HSL color Cylindrical-coordinate representation of color #CC7813: hue angle of 32.76º 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 #CC7813 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 19 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.2 |
| HSL | 32.76º | 0.83% | 0.44% | - |
| HSV(B) | 32.76º | 0.91% | 0.8% | - |
| XYZ | 31.74 | 26.32 | 4.02 | - |
| YUV | 133.6 | 63.33 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 19 | 0 | 0.41 | 0.91 | 0.2 | 32.76 | 0.83 | 0.44 |
| Hex | CC | 78 | 13 | 0 | 29 | 5B | 14 | 21 | 53 | 2C |
| Octal | 314 | 170 | 23 | 0 | 51 | 133 | 24 | 41 | 123 | 54 |
| Binary | 11001100 | 1111000 | 10011 | 0 | 101001 | 1011011 | 10100 | 100001 | 1010011 | 101100 |
Color Harmonies of #CC7813
Complementary color
Monochromatic Colors of #CC7813
Black with #CC7813
Text Example
Text Example
White with #CC7813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7813; }
p { color: rgb(204,120,19); }
H1.HeaderClassName
{
color: #CC7813;
}
.AnyTagClassName
{
color: #CC7813;
}
</style>
background-color css
<style>
a { background-color: #CC7813; }
a { background-color: rgb(204,120,19); }
div.DivClassName
{
background-color: #CC7813;
}
.BgClassName
{
background-color: #CC7813;
}
</style>
border-color css
<style>
span { border-color: #CC7813; }
span { border-color: rgb(204,120,19); }
td.TdClassName
{
border-color: #CC7813;
}
.TagClassName
{
border-color: #CC7813;
}
</style>