Shades of Ochre #CC791F
Tints of Ochre #CC791F
RGB
CMYK
RGB Variations
Color information
#CC791F (or 0xCC791F) is known color: Ochre. HEX triplet: CC, 79 and 1F. RGB value is (204,121,31). Sum of RGB (Red+Green+Blue) = 204+121+31=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 31 (12.5% from 255 or 8.71% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC791F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC791F is #3386E0. Grayscale: #888888. Windows color (decimal): -3376865 or 2062796. OLE color: 2062796.
HSL color Cylindrical-coordinate representation of color #CC791F: hue angle of 31.21º 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 #CC791F is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 31 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.2 |
| HSL | 31.21º | 0.74% | 0.46% | - |
| HSV(B) | 31.21º | 0.85% | 0.8% | - |
| XYZ | 31.99 | 26.61 | 4.75 | - |
| YUV | 135.56 | 69 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 31 | 0 | 0.41 | 0.85 | 0.2 | 31.21 | 0.74 | 0.46 |
| Hex | CC | 79 | 1F | 0 | 29 | 55 | 14 | 1F | 4A | 2E |
| Octal | 314 | 171 | 37 | 0 | 51 | 125 | 24 | 37 | 112 | 56 |
| Binary | 11001100 | 1111001 | 11111 | 0 | 101001 | 1010101 | 10100 | 11111 | 1001010 | 101110 |
Color Harmonies of #CC791F
Complementary color
Monochromatic Colors of #CC791F
Black with #CC791F
Text Example
Text Example
White with #CC791F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC791F; }
p { color: rgb(204,121,31); }
H1.HeaderClassName
{
color: #CC791F;
}
.AnyTagClassName
{
color: #CC791F;
}
</style>
background-color css
<style>
a { background-color: #CC791F; }
a { background-color: rgb(204,121,31); }
div.DivClassName
{
background-color: #CC791F;
}
.BgClassName
{
background-color: #CC791F;
}
</style>
border-color css
<style>
span { border-color: #CC791F; }
span { border-color: rgb(204,121,31); }
td.TdClassName
{
border-color: #CC791F;
}
.TagClassName
{
border-color: #CC791F;
}
</style>