Shades of Ochre #CC7719
Tints of Ochre #CC7719
RGB
CMYK
RGB Variations
Color information
#CC7719 (or 0xCC7719) is known color: Ochre. HEX triplet: CC, 77 and 19. RGB value is (204,119,25). Sum of RGB (Red+Green+Blue) = 204+119+25=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 25 (10.16% from 255 or 7.18% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7719 is #3388E6. Grayscale: #868686. Windows color (decimal): -3377383 or 1669068. OLE color: 1669068.
HSL color Cylindrical-coordinate representation of color #CC7719: hue angle of 31.51º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC7719 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 25 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.2 |
| HSL | 31.51º | 0.78% | 0.45% | - |
| HSV(B) | 31.51º | 0.88% | 0.8% | - |
| XYZ | 31.67 | 26.1 | 4.29 | - |
| YUV | 133.7 | 66.66 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 25 | 0 | 0.42 | 0.88 | 0.2 | 31.51 | 0.78 | 0.45 |
| Hex | CC | 77 | 19 | 0 | 2A | 58 | 14 | 20 | 4E | 2D |
| Octal | 314 | 167 | 31 | 0 | 52 | 130 | 24 | 40 | 116 | 55 |
| Binary | 11001100 | 1110111 | 11001 | 0 | 101010 | 1011000 | 10100 | 100000 | 1001110 | 101101 |
Color Harmonies of #CC7719
Complementary color
Monochromatic Colors of #CC7719
Black with #CC7719
Text Example
Text Example
White with #CC7719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7719; }
p { color: rgb(204,119,25); }
H1.HeaderClassName
{
color: #CC7719;
}
.AnyTagClassName
{
color: #CC7719;
}
</style>
background-color css
<style>
a { background-color: #CC7719; }
a { background-color: rgb(204,119,25); }
div.DivClassName
{
background-color: #CC7719;
}
.BgClassName
{
background-color: #CC7719;
}
</style>
border-color css
<style>
span { border-color: #CC7719; }
span { border-color: rgb(204,119,25); }
td.TdClassName
{
border-color: #CC7719;
}
.TagClassName
{
border-color: #CC7719;
}
</style>