Shades of Ochre #CC7526
Tints of Ochre #CC7526
RGB
CMYK
RGB Variations
Color information
#CC7526 (or 0xCC7526) is known color: Ochre. HEX triplet: CC, 75 and 26. RGB value is (204,117,38). Sum of RGB (Red+Green+Blue) = 204+117+38=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 38 (15.23% from 255 or 10.58% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7526 is #338AD9. Grayscale: #868686. Windows color (decimal): -3377882 or 2520524. OLE color: 2520524.
HSL color Cylindrical-coordinate representation of color #CC7526: hue angle of 28.55º 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 #CC7526 is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 38 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.2 |
| HSL | 28.55º | 0.69% | 0.47% | - |
| HSV(B) | 28.55º | 0.81% | 0.8% | - |
| XYZ | 31.61 | 25.7 | 5.13 | - |
| YUV | 134.01 | 73.82 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 38 | 0 | 0.43 | 0.81 | 0.2 | 28.55 | 0.69 | 0.47 |
| Hex | CC | 75 | 26 | 0 | 2B | 51 | 14 | 1D | 45 | 2F |
| Octal | 314 | 165 | 46 | 0 | 53 | 121 | 24 | 35 | 105 | 57 |
| Binary | 11001100 | 1110101 | 100110 | 0 | 101011 | 1010001 | 10100 | 11101 | 1000101 | 101111 |
Color Harmonies of #CC7526
Complementary color
Monochromatic Colors of #CC7526
Black with #CC7526
Text Example
Text Example
White with #CC7526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7526; }
p { color: rgb(204,117,38); }
H1.HeaderClassName
{
color: #CC7526;
}
.AnyTagClassName
{
color: #CC7526;
}
</style>
background-color css
<style>
a { background-color: #CC7526; }
a { background-color: rgb(204,117,38); }
div.DivClassName
{
background-color: #CC7526;
}
.BgClassName
{
background-color: #CC7526;
}
</style>
border-color css
<style>
span { border-color: #CC7526; }
span { border-color: rgb(204,117,38); }
td.TdClassName
{
border-color: #CC7526;
}
.TagClassName
{
border-color: #CC7526;
}
</style>