Shades of Ochre #CC7A0B
Tints of Ochre #CC7A0B
RGB
CMYK
RGB Variations
Color information
#CC7A0B (or 0xCC7A0B) is known color: Ochre. HEX triplet: CC, 7A and 0B. RGB value is (204,122,11). Sum of RGB (Red+Green+Blue) = 204+122+11=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 11 (4.69% from 255 or 3.26% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7A0B is #3385F4. Grayscale: #868686. Windows color (decimal): -3376629 or 752332. OLE color: 752332.
HSL color Cylindrical-coordinate representation of color #CC7A0B: hue angle of 34.51º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC7A0B is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 11 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.2 |
| HSL | 34.51º | 0.9% | 0.42% | - |
| HSV(B) | 34.51º | 0.95% | 0.8% | - |
| XYZ | 31.92 | 26.78 | 3.8 | - |
| YUV | 133.86 | 58.67 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 11 | 0 | 0.40 | 0.95 | 0.2 | 34.51 | 0.9 | 0.42 |
| Hex | CC | 7A | B | 0 | 28 | 5F | 14 | 23 | 5A | 2A |
| Octal | 314 | 172 | 13 | 0 | 50 | 137 | 24 | 43 | 132 | 52 |
| Binary | 11001100 | 1111010 | 1011 | 0 | 101000 | 1011111 | 10100 | 100011 | 1011010 | 101010 |
Color Harmonies of #CC7A0B
Complementary color
Monochromatic Colors of #CC7A0B
Black with #CC7A0B
Text Example
Text Example
White with #CC7A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7A0B; }
p { color: rgb(204,122,11); }
H1.HeaderClassName
{
color: #CC7A0B;
}
.AnyTagClassName
{
color: #CC7A0B;
}
</style>
background-color css
<style>
a { background-color: #CC7A0B; }
a { background-color: rgb(204,122,11); }
div.DivClassName
{
background-color: #CC7A0B;
}
.BgClassName
{
background-color: #CC7A0B;
}
</style>
border-color css
<style>
span { border-color: #CC7A0B; }
span { border-color: rgb(204,122,11); }
td.TdClassName
{
border-color: #CC7A0B;
}
.TagClassName
{
border-color: #CC7A0B;
}
</style>