Shades of Ochre #CC7817
Tints of Ochre #CC7817
RGB
CMYK
RGB Variations
Color information
#CC7817 (or 0xCC7817) is known color: Ochre. HEX triplet: CC, 78 and 17. RGB value is (204,120,23). Sum of RGB (Red+Green+Blue) = 204+120+23=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 23 (9.38% from 255 or 6.63% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7817 is #3387E8. Grayscale: #868686. Windows color (decimal): -3377129 or 1538252. OLE color: 1538252.
HSL color Cylindrical-coordinate representation of color #CC7817: hue angle of 32.15º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC7817 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 23 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.2 |
| HSL | 32.15º | 0.8% | 0.45% | - |
| HSV(B) | 32.15º | 0.89% | 0.8% | - |
| XYZ | 31.77 | 26.33 | 4.22 | - |
| YUV | 134.06 | 65.33 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 23 | 0 | 0.41 | 0.89 | 0.2 | 32.15 | 0.8 | 0.45 |
| Hex | CC | 78 | 17 | 0 | 29 | 59 | 14 | 20 | 50 | 2D |
| Octal | 314 | 170 | 27 | 0 | 51 | 131 | 24 | 40 | 120 | 55 |
| Binary | 11001100 | 1111000 | 10111 | 0 | 101001 | 1011001 | 10100 | 100000 | 1010000 | 101101 |
Color Harmonies of #CC7817
Complementary color
Monochromatic Colors of #CC7817
Black with #CC7817
Text Example
Text Example
White with #CC7817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7817; }
p { color: rgb(204,120,23); }
H1.HeaderClassName
{
color: #CC7817;
}
.AnyTagClassName
{
color: #CC7817;
}
</style>
background-color css
<style>
a { background-color: #CC7817; }
a { background-color: rgb(204,120,23); }
div.DivClassName
{
background-color: #CC7817;
}
.BgClassName
{
background-color: #CC7817;
}
</style>
border-color css
<style>
span { border-color: #CC7817; }
span { border-color: rgb(204,120,23); }
td.TdClassName
{
border-color: #CC7817;
}
.TagClassName
{
border-color: #CC7817;
}
</style>