Shades of Ochre #CC7B19
Tints of Ochre #CC7B19
RGB
CMYK
RGB Variations
Color information
#CC7B19 (or 0xCC7B19) is known color: Ochre. HEX triplet: CC, 7B and 19. RGB value is (204,123,25). Sum of RGB (Red+Green+Blue) = 204+123+25=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7B19 is #3384E6. Grayscale: #888888. Windows color (decimal): -3376359 or 1670092. OLE color: 1670092.
HSL color Cylindrical-coordinate representation of color #CC7B19: hue angle of 32.85º 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 #CC7B19 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 123 | 25 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.2 |
| HSL | 32.85º | 0.78% | 0.45% | - |
| HSV(B) | 32.85º | 0.88% | 0.8% | - |
| XYZ | 32.16 | 27.07 | 4.45 | - |
| YUV | 136.05 | 65.34 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 25 | 0 | 0.40 | 0.88 | 0.2 | 32.85 | 0.78 | 0.45 |
| Hex | CC | 7B | 19 | 0 | 28 | 58 | 14 | 21 | 4E | 2D |
| Octal | 314 | 173 | 31 | 0 | 50 | 130 | 24 | 41 | 116 | 55 |
| Binary | 11001100 | 1111011 | 11001 | 0 | 101000 | 1011000 | 10100 | 100001 | 1001110 | 101101 |
Color Harmonies of #CC7B19
Complementary color
Monochromatic Colors of #CC7B19
Black with #CC7B19
Text Example
Text Example
White with #CC7B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7B19; }
p { color: rgb(204,123,25); }
H1.HeaderClassName
{
color: #CC7B19;
}
.AnyTagClassName
{
color: #CC7B19;
}
</style>
background-color css
<style>
a { background-color: #CC7B19; }
a { background-color: rgb(204,123,25); }
div.DivClassName
{
background-color: #CC7B19;
}
.BgClassName
{
background-color: #CC7B19;
}
</style>
border-color css
<style>
span { border-color: #CC7B19; }
span { border-color: rgb(204,123,25); }
td.TdClassName
{
border-color: #CC7B19;
}
.TagClassName
{
border-color: #CC7B19;
}
</style>