Shades of Ochre #CC7912
Tints of Ochre #CC7912
RGB
CMYK
RGB Variations
Color information
#CC7912 (or 0xCC7912) is known color: Ochre. HEX triplet: CC, 79 and 12. RGB value is (204,121,18). Sum of RGB (Red+Green+Blue) = 204+121+18=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 18 (7.42% from 255 or 5.25% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7912 is #3386ED. Grayscale: #868686. Windows color (decimal): -3376878 or 1210828. OLE color: 1210828.
HSL color Cylindrical-coordinate representation of color #CC7912: hue angle of 33.23º degrees, saturation: 0.84, 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 #CC7912 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 18 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.2 |
| HSL | 33.23º | 0.84% | 0.44% | - |
| HSV(B) | 33.23º | 0.91% | 0.8% | - |
| XYZ | 31.85 | 26.56 | 4.02 | - |
| YUV | 134.08 | 62.5 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 18 | 0 | 0.41 | 0.91 | 0.2 | 33.23 | 0.84 | 0.44 |
| Hex | CC | 79 | 12 | 0 | 29 | 5B | 14 | 21 | 54 | 2C |
| Octal | 314 | 171 | 22 | 0 | 51 | 133 | 24 | 41 | 124 | 54 |
| Binary | 11001100 | 1111001 | 10010 | 0 | 101001 | 1011011 | 10100 | 100001 | 1010100 | 101100 |
Color Harmonies of #CC7912
Complementary color
Monochromatic Colors of #CC7912
Black with #CC7912
Text Example
Text Example
White with #CC7912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7912; }
p { color: rgb(204,121,18); }
H1.HeaderClassName
{
color: #CC7912;
}
.AnyTagClassName
{
color: #CC7912;
}
</style>
background-color css
<style>
a { background-color: #CC7912; }
a { background-color: rgb(204,121,18); }
div.DivClassName
{
background-color: #CC7912;
}
.BgClassName
{
background-color: #CC7912;
}
</style>
border-color css
<style>
span { border-color: #CC7912; }
span { border-color: rgb(204,121,18); }
td.TdClassName
{
border-color: #CC7912;
}
.TagClassName
{
border-color: #CC7912;
}
</style>