Shades of Ochre #CC791C
Tints of Ochre #CC791C
RGB
CMYK
RGB Variations
Color information
#CC791C (or 0xCC791C) is known color: Ochre. HEX triplet: CC, 79 and 1C. RGB value is (204,121,28). Sum of RGB (Red+Green+Blue) = 204+121+28=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC791C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC791C is #3386E3. Grayscale: #878787. Windows color (decimal): -3376868 or 1866188. OLE color: 1866188.
HSL color Cylindrical-coordinate representation of color #CC791C: hue angle of 31.7º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC791C is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 28 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.2 |
| HSL | 31.7º | 0.76% | 0.45% | - |
| HSV(B) | 31.7º | 0.86% | 0.8% | - |
| XYZ | 31.95 | 26.6 | 4.55 | - |
| YUV | 135.22 | 67.5 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 28 | 0 | 0.41 | 0.86 | 0.2 | 31.7 | 0.76 | 0.45 |
| Hex | CC | 79 | 1C | 0 | 29 | 56 | 14 | 20 | 4C | 2D |
| Octal | 314 | 171 | 34 | 0 | 51 | 126 | 24 | 40 | 114 | 55 |
| Binary | 11001100 | 1111001 | 11100 | 0 | 101001 | 1010110 | 10100 | 100000 | 1001100 | 101101 |
Color Harmonies of #CC791C
Complementary color
Monochromatic Colors of #CC791C
Black with #CC791C
Text Example
Text Example
White with #CC791C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC791C; }
p { color: rgb(204,121,28); }
H1.HeaderClassName
{
color: #CC791C;
}
.AnyTagClassName
{
color: #CC791C;
}
</style>
background-color css
<style>
a { background-color: #CC791C; }
a { background-color: rgb(204,121,28); }
div.DivClassName
{
background-color: #CC791C;
}
.BgClassName
{
background-color: #CC791C;
}
</style>
border-color css
<style>
span { border-color: #CC791C; }
span { border-color: rgb(204,121,28); }
td.TdClassName
{
border-color: #CC791C;
}
.TagClassName
{
border-color: #CC791C;
}
</style>