Shades of Ochre #CC732A
Tints of Ochre #CC732A
RGB
CMYK
RGB Variations
Color information
#CC732A (or 0xCC732A) is known color: Ochre. HEX triplet: CC, 73 and 2A. RGB value is (204,115,42). Sum of RGB (Red+Green+Blue) = 204+115+42=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC732A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC732A is #338CD5. Grayscale: #858585. Windows color (decimal): -3378390 or 2782156. OLE color: 2782156.
HSL color Cylindrical-coordinate representation of color #CC732A: hue angle of 27.04º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC732A is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 42 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.2 |
| HSL | 27.04º | 0.66% | 0.48% | - |
| HSV(B) | 27.04º | 0.79% | 0.8% | - |
| XYZ | 31.45 | 25.27 | 5.41 | - |
| YUV | 133.29 | 76.49 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 42 | 0 | 0.44 | 0.79 | 0.2 | 27.04 | 0.66 | 0.48 |
| Hex | CC | 73 | 2A | 0 | 2C | 4F | 14 | 1B | 42 | 30 |
| Octal | 314 | 163 | 52 | 0 | 54 | 117 | 24 | 33 | 102 | 60 |
| Binary | 11001100 | 1110011 | 101010 | 0 | 101100 | 1001111 | 10100 | 11011 | 1000010 | 110000 |
Color Harmonies of #CC732A
Complementary color
Monochromatic Colors of #CC732A
Black with #CC732A
Text Example
Text Example
White with #CC732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC732A; }
p { color: rgb(204,115,42); }
H1.HeaderClassName
{
color: #CC732A;
}
.AnyTagClassName
{
color: #CC732A;
}
</style>
background-color css
<style>
a { background-color: #CC732A; }
a { background-color: rgb(204,115,42); }
div.DivClassName
{
background-color: #CC732A;
}
.BgClassName
{
background-color: #CC732A;
}
</style>
border-color css
<style>
span { border-color: #CC732A; }
span { border-color: rgb(204,115,42); }
td.TdClassName
{
border-color: #CC732A;
}
.TagClassName
{
border-color: #CC732A;
}
</style>