Shades of Ochre #CC7913
Tints of Ochre #CC7913
RGB
CMYK
RGB Variations
Color information
#CC7913 (or 0xCC7913) is known color: Ochre. HEX triplet: CC, 79 and 13. RGB value is (204,121,19). Sum of RGB (Red+Green+Blue) = 204+121+19=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 19 (7.81% from 255 or 5.52% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7913 is #3386EC. Grayscale: #868686. Windows color (decimal): -3376877 or 1276364. OLE color: 1276364.
HSL color Cylindrical-coordinate representation of color #CC7913: hue angle of 33.08º 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 #CC7913 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 19 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.2 |
| HSL | 33.08º | 0.83% | 0.44% | - |
| HSV(B) | 33.08º | 0.91% | 0.8% | - |
| XYZ | 31.86 | 26.56 | 4.06 | - |
| YUV | 134.19 | 63 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 19 | 0 | 0.41 | 0.91 | 0.2 | 33.08 | 0.83 | 0.44 |
| Hex | CC | 79 | 13 | 0 | 29 | 5B | 14 | 21 | 53 | 2C |
| Octal | 314 | 171 | 23 | 0 | 51 | 133 | 24 | 41 | 123 | 54 |
| Binary | 11001100 | 1111001 | 10011 | 0 | 101001 | 1011011 | 10100 | 100001 | 1010011 | 101100 |
Color Harmonies of #CC7913
Complementary color
Monochromatic Colors of #CC7913
Black with #CC7913
Text Example
Text Example
White with #CC7913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7913; }
p { color: rgb(204,121,19); }
H1.HeaderClassName
{
color: #CC7913;
}
.AnyTagClassName
{
color: #CC7913;
}
</style>
background-color css
<style>
a { background-color: #CC7913; }
a { background-color: rgb(204,121,19); }
div.DivClassName
{
background-color: #CC7913;
}
.BgClassName
{
background-color: #CC7913;
}
</style>
border-color css
<style>
span { border-color: #CC7913; }
span { border-color: rgb(204,121,19); }
td.TdClassName
{
border-color: #CC7913;
}
.TagClassName
{
border-color: #CC7913;
}
</style>