Shades of Ochre #CC711F
Tints of Ochre #CC711F
RGB
CMYK
RGB Variations
Color information
#CC711F (or 0xCC711F) is known color: Ochre. HEX triplet: CC, 71 and 1F. RGB value is (204,113,31). Sum of RGB (Red+Green+Blue) = 204+113+31=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC711F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC711F is #338EE0. Grayscale: #838383. Windows color (decimal): -3378913 or 2060748. OLE color: 2060748.
HSL color Cylindrical-coordinate representation of color #CC711F: hue angle of 28.44º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC711F is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 31 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.2 |
| HSL | 28.44º | 0.74% | 0.46% | - |
| HSV(B) | 28.44º | 0.85% | 0.8% | - |
| XYZ | 31.05 | 24.75 | 4.44 | - |
| YUV | 130.86 | 71.65 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 31 | 0 | 0.45 | 0.85 | 0.2 | 28.44 | 0.74 | 0.46 |
| Hex | CC | 71 | 1F | 0 | 2D | 55 | 14 | 1C | 4A | 2E |
| Octal | 314 | 161 | 37 | 0 | 55 | 125 | 24 | 34 | 112 | 56 |
| Binary | 11001100 | 1110001 | 11111 | 0 | 101101 | 1010101 | 10100 | 11100 | 1001010 | 101110 |
Color Harmonies of #CC711F
Complementary color
Monochromatic Colors of #CC711F
Black with #CC711F
Text Example
Text Example
White with #CC711F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC711F; }
p { color: rgb(204,113,31); }
H1.HeaderClassName
{
color: #CC711F;
}
.AnyTagClassName
{
color: #CC711F;
}
</style>
background-color css
<style>
a { background-color: #CC711F; }
a { background-color: rgb(204,113,31); }
div.DivClassName
{
background-color: #CC711F;
}
.BgClassName
{
background-color: #CC711F;
}
</style>
border-color css
<style>
span { border-color: #CC711F; }
span { border-color: rgb(204,113,31); }
td.TdClassName
{
border-color: #CC711F;
}
.TagClassName
{
border-color: #CC711F;
}
</style>