Shades of Ochre #C06C20
Tints of Ochre #C06C20
RGB
CMYK
RGB Variations
Color information
#C06C20 (or 0xC06C20) is known color: Ochre. HEX triplet: C0, 6C and 20. RGB value is (192,108,32). Sum of RGB (Red+Green+Blue) = 192+108+32=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06C20 is #3F93DF. Grayscale: #7C7C7C. Windows color (decimal): -4166624 or 2124992. OLE color: 2124992.
HSL color Cylindrical-coordinate representation of color #C06C20: hue angle of 28.5º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C06C20 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 32 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.25 |
| HSL | 28.5º | 0.71% | 0.44% | - |
| HSV(B) | 28.5º | 0.83% | 0.75% | - |
| XYZ | 27.36 | 22.04 | 4.18 | - |
| YUV | 124.45 | 75.83 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 32 | 0 | 0.44 | 0.83 | 0.25 | 28.5 | 0.71 | 0.44 |
| Hex | C0 | 6C | 20 | 0 | 2C | 53 | 19 | 1C | 47 | 2C |
| Octal | 300 | 154 | 40 | 0 | 54 | 123 | 31 | 34 | 107 | 54 |
| Binary | 11000000 | 1101100 | 100000 | 0 | 101100 | 1010011 | 11001 | 11100 | 1000111 | 101100 |
Color Harmonies of #C06C20
Complementary color
Monochromatic Colors of #C06C20
Black with #C06C20
Text Example
Text Example
White with #C06C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06C20; }
p { color: rgb(192,108,32); }
H1.HeaderClassName
{
color: #C06C20;
}
.AnyTagClassName
{
color: #C06C20;
}
</style>
background-color css
<style>
a { background-color: #C06C20; }
a { background-color: rgb(192,108,32); }
div.DivClassName
{
background-color: #C06C20;
}
.BgClassName
{
background-color: #C06C20;
}
</style>
border-color css
<style>
span { border-color: #C06C20; }
span { border-color: rgb(192,108,32); }
td.TdClassName
{
border-color: #C06C20;
}
.TagClassName
{
border-color: #C06C20;
}
</style>