Shades of Ochre #CC7A26
Tints of Ochre #CC7A26
RGB
CMYK
RGB Variations
Color information
#CC7A26 (or 0xCC7A26) is known color: Ochre. HEX triplet: CC, 7A and 26. RGB value is (204,122,38). Sum of RGB (Red+Green+Blue) = 204+122+38=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 38 (15.23% from 255 or 10.44% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7A26 is #3385D9. Grayscale: #898989. Windows color (decimal): -3376602 or 2521804. OLE color: 2521804.
HSL color Cylindrical-coordinate representation of color #CC7A26: hue angle of 30.36º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC7A26 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 38 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.2 |
| HSL | 30.36º | 0.69% | 0.47% | - |
| HSV(B) | 30.36º | 0.81% | 0.8% | - |
| XYZ | 32.21 | 26.9 | 5.33 | - |
| YUV | 136.94 | 72.17 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 38 | 0 | 0.40 | 0.81 | 0.2 | 30.36 | 0.69 | 0.47 |
| Hex | CC | 7A | 26 | 0 | 28 | 51 | 14 | 1E | 45 | 2F |
| Octal | 314 | 172 | 46 | 0 | 50 | 121 | 24 | 36 | 105 | 57 |
| Binary | 11001100 | 1111010 | 100110 | 0 | 101000 | 1010001 | 10100 | 11110 | 1000101 | 101111 |
Color Harmonies of #CC7A26
Complementary color
Monochromatic Colors of #CC7A26
Black with #CC7A26
Text Example
Text Example
White with #CC7A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7A26; }
p { color: rgb(204,122,38); }
H1.HeaderClassName
{
color: #CC7A26;
}
.AnyTagClassName
{
color: #CC7A26;
}
</style>
background-color css
<style>
a { background-color: #CC7A26; }
a { background-color: rgb(204,122,38); }
div.DivClassName
{
background-color: #CC7A26;
}
.BgClassName
{
background-color: #CC7A26;
}
</style>
border-color css
<style>
span { border-color: #CC7A26; }
span { border-color: rgb(204,122,38); }
td.TdClassName
{
border-color: #CC7A26;
}
.TagClassName
{
border-color: #CC7A26;
}
</style>