Shades of Ochre #CC751F
Tints of Ochre #CC751F
RGB
CMYK
RGB Variations
Color information
#CC751F (or 0xCC751F) is known color: Ochre. HEX triplet: CC, 75 and 1F. RGB value is (204,117,31). Sum of RGB (Red+Green+Blue) = 204+117+31=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC751F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC751F is #338AE0. Grayscale: #858585. Windows color (decimal): -3377889 or 2061772. OLE color: 2061772.
HSL color Cylindrical-coordinate representation of color #CC751F: hue angle of 29.83º 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 #CC751F is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 31 | - |
| CMYK | 0 | 0.43 | 0.85 | 0.2 |
| HSL | 29.83º | 0.74% | 0.46% | - |
| HSV(B) | 29.83º | 0.85% | 0.8% | - |
| XYZ | 31.51 | 25.66 | 4.59 | - |
| YUV | 133.21 | 70.32 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 31 | 0 | 0.43 | 0.85 | 0.2 | 29.83 | 0.74 | 0.46 |
| Hex | CC | 75 | 1F | 0 | 2B | 55 | 14 | 1E | 4A | 2E |
| Octal | 314 | 165 | 37 | 0 | 53 | 125 | 24 | 36 | 112 | 56 |
| Binary | 11001100 | 1110101 | 11111 | 0 | 101011 | 1010101 | 10100 | 11110 | 1001010 | 101110 |
Color Harmonies of #CC751F
Complementary color
Monochromatic Colors of #CC751F
Black with #CC751F
Text Example
Text Example
White with #CC751F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC751F; }
p { color: rgb(204,117,31); }
H1.HeaderClassName
{
color: #CC751F;
}
.AnyTagClassName
{
color: #CC751F;
}
</style>
background-color css
<style>
a { background-color: #CC751F; }
a { background-color: rgb(204,117,31); }
div.DivClassName
{
background-color: #CC751F;
}
.BgClassName
{
background-color: #CC751F;
}
</style>
border-color css
<style>
span { border-color: #CC751F; }
span { border-color: rgb(204,117,31); }
td.TdClassName
{
border-color: #CC751F;
}
.TagClassName
{
border-color: #CC751F;
}
</style>