Shades of Ochre #CC7A17
Tints of Ochre #CC7A17
RGB
CMYK
RGB Variations
Color information
#CC7A17 (or 0xCC7A17) is known color: Ochre. HEX triplet: CC, 7A and 17. RGB value is (204,122,23). Sum of RGB (Red+Green+Blue) = 204+122+23=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 23 (9.38% from 255 or 6.59% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7A17 is #3385E8. Grayscale: #878787. Windows color (decimal): -3376617 or 1538764. OLE color: 1538764.
HSL color Cylindrical-coordinate representation of color #CC7A17: hue angle of 32.82º 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 #CC7A17 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 23 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.2 |
| HSL | 32.82º | 0.8% | 0.45% | - |
| HSV(B) | 32.82º | 0.89% | 0.8% | - |
| XYZ | 32.02 | 26.82 | 4.3 | - |
| YUV | 135.23 | 64.67 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 23 | 0 | 0.40 | 0.89 | 0.2 | 32.82 | 0.8 | 0.45 |
| Hex | CC | 7A | 17 | 0 | 28 | 59 | 14 | 21 | 50 | 2D |
| Octal | 314 | 172 | 27 | 0 | 50 | 131 | 24 | 41 | 120 | 55 |
| Binary | 11001100 | 1111010 | 10111 | 0 | 101000 | 1011001 | 10100 | 100001 | 1010000 | 101101 |
Color Harmonies of #CC7A17
Complementary color
Monochromatic Colors of #CC7A17
Black with #CC7A17
Text Example
Text Example
White with #CC7A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7A17; }
p { color: rgb(204,122,23); }
H1.HeaderClassName
{
color: #CC7A17;
}
.AnyTagClassName
{
color: #CC7A17;
}
</style>
background-color css
<style>
a { background-color: #CC7A17; }
a { background-color: rgb(204,122,23); }
div.DivClassName
{
background-color: #CC7A17;
}
.BgClassName
{
background-color: #CC7A17;
}
</style>
border-color css
<style>
span { border-color: #CC7A17; }
span { border-color: rgb(204,122,23); }
td.TdClassName
{
border-color: #CC7A17;
}
.TagClassName
{
border-color: #CC7A17;
}
</style>