Shades of Ochre #CC712A
Tints of Ochre #CC712A
RGB
CMYK
RGB Variations
Color information
#CC712A (or 0xCC712A) is known color: Ochre. HEX triplet: CC, 71 and 2A. RGB value is (204,113,42). Sum of RGB (Red+Green+Blue) = 204+113+42=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 42 (16.80% from 255 or 11.70% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC712A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC712A is #338ED5. Grayscale: #848484. Windows color (decimal): -3378902 or 2781644. OLE color: 2781644.
HSL color Cylindrical-coordinate representation of color #CC712A: hue angle of 26.3º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC712A is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 42 | - |
| CMYK | 0 | 0.45 | 0.79 | 0.2 |
| HSL | 26.3º | 0.66% | 0.48% | - |
| HSV(B) | 26.3º | 0.79% | 0.8% | - |
| XYZ | 31.22 | 24.81 | 5.33 | - |
| YUV | 132.12 | 77.15 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 42 | 0 | 0.45 | 0.79 | 0.2 | 26.3 | 0.66 | 0.48 |
| Hex | CC | 71 | 2A | 0 | 2D | 4F | 14 | 1A | 42 | 30 |
| Octal | 314 | 161 | 52 | 0 | 55 | 117 | 24 | 32 | 102 | 60 |
| Binary | 11001100 | 1110001 | 101010 | 0 | 101101 | 1001111 | 10100 | 11010 | 1000010 | 110000 |
Color Harmonies of #CC712A
Complementary color
Monochromatic Colors of #CC712A
Black with #CC712A
Text Example
Text Example
White with #CC712A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC712A; }
p { color: rgb(204,113,42); }
H1.HeaderClassName
{
color: #CC712A;
}
.AnyTagClassName
{
color: #CC712A;
}
</style>
background-color css
<style>
a { background-color: #CC712A; }
a { background-color: rgb(204,113,42); }
div.DivClassName
{
background-color: #CC712A;
}
.BgClassName
{
background-color: #CC712A;
}
</style>
border-color css
<style>
span { border-color: #CC712A; }
span { border-color: rgb(204,113,42); }
td.TdClassName
{
border-color: #CC712A;
}
.TagClassName
{
border-color: #CC712A;
}
</style>