Shades of Ochre #CC7A19
Tints of Ochre #CC7A19
RGB
CMYK
RGB Variations
Color information
#CC7A19 (or 0xCC7A19) is known color: Ochre. HEX triplet: CC, 7A and 19. RGB value is (204,122,25). Sum of RGB (Red+Green+Blue) = 204+122+25=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 25 (10.16% from 255 or 7.12% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7A19 is #3385E6. Grayscale: #878787. Windows color (decimal): -3376615 or 1669836. OLE color: 1669836.
HSL color Cylindrical-coordinate representation of color #CC7A19: hue angle of 32.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 #CC7A19 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 25 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.2 |
| HSL | 32.51º | 0.78% | 0.45% | - |
| HSV(B) | 32.51º | 0.88% | 0.8% | - |
| XYZ | 32.04 | 26.83 | 4.41 | - |
| YUV | 135.46 | 65.67 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 25 | 0 | 0.40 | 0.88 | 0.2 | 32.51 | 0.78 | 0.45 |
| Hex | CC | 7A | 19 | 0 | 28 | 58 | 14 | 21 | 4E | 2D |
| Octal | 314 | 172 | 31 | 0 | 50 | 130 | 24 | 41 | 116 | 55 |
| Binary | 11001100 | 1111010 | 11001 | 0 | 101000 | 1011000 | 10100 | 100001 | 1001110 | 101101 |
Color Harmonies of #CC7A19
Complementary color
Monochromatic Colors of #CC7A19
Black with #CC7A19
Text Example
Text Example
White with #CC7A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7A19; }
p { color: rgb(204,122,25); }
H1.HeaderClassName
{
color: #CC7A19;
}
.AnyTagClassName
{
color: #CC7A19;
}
</style>
background-color css
<style>
a { background-color: #CC7A19; }
a { background-color: rgb(204,122,25); }
div.DivClassName
{
background-color: #CC7A19;
}
.BgClassName
{
background-color: #CC7A19;
}
</style>
border-color css
<style>
span { border-color: #CC7A19; }
span { border-color: rgb(204,122,25); }
td.TdClassName
{
border-color: #CC7A19;
}
.TagClassName
{
border-color: #CC7A19;
}
</style>