Shades of Ochre #CC722A
Tints of Ochre #CC722A
RGB
CMYK
RGB Variations
Color information
#CC722A (or 0xCC722A) is known color: Ochre. HEX triplet: CC, 72 and 2A. RGB value is (204,114,42). Sum of RGB (Red+Green+Blue) = 204+114+42=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC722A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC722A is #338DD5. Grayscale: #858585. Windows color (decimal): -3378646 or 2781900. OLE color: 2781900.
HSL color Cylindrical-coordinate representation of color #CC722A: hue angle of 26.67º 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 #CC722A is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 114 | 42 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.2 |
| HSL | 26.67º | 0.66% | 0.48% | - |
| HSV(B) | 26.67º | 0.79% | 0.8% | - |
| XYZ | 31.34 | 25.04 | 5.37 | - |
| YUV | 132.7 | 76.82 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 42 | 0 | 0.44 | 0.79 | 0.2 | 26.67 | 0.66 | 0.48 |
| Hex | CC | 72 | 2A | 0 | 2C | 4F | 14 | 1B | 42 | 30 |
| Octal | 314 | 162 | 52 | 0 | 54 | 117 | 24 | 33 | 102 | 60 |
| Binary | 11001100 | 1110010 | 101010 | 0 | 101100 | 1001111 | 10100 | 11011 | 1000010 | 110000 |
Color Harmonies of #CC722A
Complementary color
Monochromatic Colors of #CC722A
Black with #CC722A
Text Example
Text Example
White with #CC722A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC722A; }
p { color: rgb(204,114,42); }
H1.HeaderClassName
{
color: #CC722A;
}
.AnyTagClassName
{
color: #CC722A;
}
</style>
background-color css
<style>
a { background-color: #CC722A; }
a { background-color: rgb(204,114,42); }
div.DivClassName
{
background-color: #CC722A;
}
.BgClassName
{
background-color: #CC722A;
}
</style>
border-color css
<style>
span { border-color: #CC722A; }
span { border-color: rgb(204,114,42); }
td.TdClassName
{
border-color: #CC722A;
}
.TagClassName
{
border-color: #CC722A;
}
</style>