Shades of Ochre #CC7122
Tints of Ochre #CC7122
RGB
CMYK
RGB Variations
Color information
#CC7122 (or 0xCC7122) is known color: Ochre. HEX triplet: CC, 71 and 22. RGB value is (204,113,34). Sum of RGB (Red+Green+Blue) = 204+113+34=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 34 (13.67% from 255 or 9.69% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7122 is #338EDD. Grayscale: #838383. Windows color (decimal): -3378910 or 2257356. OLE color: 2257356.
HSL color Cylindrical-coordinate representation of color #CC7122: hue angle of 27.88º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC7122 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 34 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.2 |
| HSL | 27.88º | 0.71% | 0.47% | - |
| HSV(B) | 27.88º | 0.83% | 0.8% | - |
| XYZ | 31.1 | 24.76 | 4.65 | - |
| YUV | 131.2 | 73.15 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 34 | 0 | 0.45 | 0.83 | 0.2 | 27.88 | 0.71 | 0.47 |
| Hex | CC | 71 | 22 | 0 | 2D | 53 | 14 | 1C | 47 | 2F |
| Octal | 314 | 161 | 42 | 0 | 55 | 123 | 24 | 34 | 107 | 57 |
| Binary | 11001100 | 1110001 | 100010 | 0 | 101101 | 1010011 | 10100 | 11100 | 1000111 | 101111 |
Color Harmonies of #CC7122
Complementary color
Monochromatic Colors of #CC7122
Black with #CC7122
Text Example
Text Example
White with #CC7122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7122; }
p { color: rgb(204,113,34); }
H1.HeaderClassName
{
color: #CC7122;
}
.AnyTagClassName
{
color: #CC7122;
}
</style>
background-color css
<style>
a { background-color: #CC7122; }
a { background-color: rgb(204,113,34); }
div.DivClassName
{
background-color: #CC7122;
}
.BgClassName
{
background-color: #CC7122;
}
</style>
border-color css
<style>
span { border-color: #CC7122; }
span { border-color: rgb(204,113,34); }
td.TdClassName
{
border-color: #CC7122;
}
.TagClassName
{
border-color: #CC7122;
}
</style>