Shades of Ochre #CC7426
Tints of Ochre #CC7426
RGB
CMYK
RGB Variations
Color information
#CC7426 (or 0xCC7426) is known color: Ochre. HEX triplet: CC, 74 and 26. RGB value is (204,116,38). Sum of RGB (Red+Green+Blue) = 204+116+38=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 38 (15.23% from 255 or 10.61% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7426 is #338BD9. Grayscale: #858585. Windows color (decimal): -3378138 or 2520268. OLE color: 2520268.
HSL color Cylindrical-coordinate representation of color #CC7426: hue angle of 28.19º 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 #CC7426 is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 116 | 38 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.2 |
| HSL | 28.19º | 0.69% | 0.47% | - |
| HSV(B) | 28.19º | 0.81% | 0.8% | - |
| XYZ | 31.5 | 25.47 | 5.09 | - |
| YUV | 133.42 | 74.15 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 38 | 0 | 0.43 | 0.81 | 0.2 | 28.19 | 0.69 | 0.47 |
| Hex | CC | 74 | 26 | 0 | 2B | 51 | 14 | 1C | 45 | 2F |
| Octal | 314 | 164 | 46 | 0 | 53 | 121 | 24 | 34 | 105 | 57 |
| Binary | 11001100 | 1110100 | 100110 | 0 | 101011 | 1010001 | 10100 | 11100 | 1000101 | 101111 |
Color Harmonies of #CC7426
Complementary color
Monochromatic Colors of #CC7426
Black with #CC7426
Text Example
Text Example
White with #CC7426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7426; }
p { color: rgb(204,116,38); }
H1.HeaderClassName
{
color: #CC7426;
}
.AnyTagClassName
{
color: #CC7426;
}
</style>
background-color css
<style>
a { background-color: #CC7426; }
a { background-color: rgb(204,116,38); }
div.DivClassName
{
background-color: #CC7426;
}
.BgClassName
{
background-color: #CC7426;
}
</style>
border-color css
<style>
span { border-color: #CC7426; }
span { border-color: rgb(204,116,38); }
td.TdClassName
{
border-color: #CC7426;
}
.TagClassName
{
border-color: #CC7426;
}
</style>