Shades of Ochre #CC7716
Tints of Ochre #CC7716
RGB
CMYK
RGB Variations
Color information
#CC7716 (or 0xCC7716) is known color: Ochre. HEX triplet: CC, 77 and 16. RGB value is (204,119,22). Sum of RGB (Red+Green+Blue) = 204+119+22=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7716 is #3388E9. Grayscale: #858585. Windows color (decimal): -3377386 or 1472460. OLE color: 1472460.
HSL color Cylindrical-coordinate representation of color #CC7716: hue angle of 31.98º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC7716 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 22 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.2 |
| HSL | 31.98º | 0.81% | 0.44% | - |
| HSV(B) | 31.98º | 0.89% | 0.8% | - |
| XYZ | 31.64 | 26.09 | 4.13 | - |
| YUV | 133.36 | 65.16 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 22 | 0 | 0.42 | 0.89 | 0.2 | 31.98 | 0.81 | 0.44 |
| Hex | CC | 77 | 16 | 0 | 2A | 59 | 14 | 20 | 51 | 2C |
| Octal | 314 | 167 | 26 | 0 | 52 | 131 | 24 | 40 | 121 | 54 |
| Binary | 11001100 | 1110111 | 10110 | 0 | 101010 | 1011001 | 10100 | 100000 | 1010001 | 101100 |
Color Harmonies of #CC7716
Complementary color
Monochromatic Colors of #CC7716
Black with #CC7716
Text Example
Text Example
White with #CC7716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7716; }
p { color: rgb(204,119,22); }
H1.HeaderClassName
{
color: #CC7716;
}
.AnyTagClassName
{
color: #CC7716;
}
</style>
background-color css
<style>
a { background-color: #CC7716; }
a { background-color: rgb(204,119,22); }
div.DivClassName
{
background-color: #CC7716;
}
.BgClassName
{
background-color: #CC7716;
}
</style>
border-color css
<style>
span { border-color: #CC7716; }
span { border-color: rgb(204,119,22); }
td.TdClassName
{
border-color: #CC7716;
}
.TagClassName
{
border-color: #CC7716;
}
</style>