Shades of Ochre #C06C21
Tints of Ochre #C06C21
RGB
CMYK
RGB Variations
Color information
#C06C21 (or 0xC06C21) is known color: Ochre. HEX triplet: C0, 6C and 21. RGB value is (192,108,33). Sum of RGB (Red+Green+Blue) = 192+108+33=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06C21 is #3F93DE. Grayscale: #7C7C7C. Windows color (decimal): -4166623 or 2190528. OLE color: 2190528.
HSL color Cylindrical-coordinate representation of color #C06C21: hue angle of 28.3º 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 #C06C21 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 33 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.25 |
| HSL | 28.3º | 0.71% | 0.44% | - |
| HSV(B) | 28.3º | 0.83% | 0.75% | - |
| XYZ | 27.38 | 22.04 | 4.25 | - |
| YUV | 124.57 | 76.33 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 33 | 0 | 0.44 | 0.83 | 0.25 | 28.3 | 0.71 | 0.44 |
| Hex | C0 | 6C | 21 | 0 | 2C | 53 | 19 | 1C | 47 | 2C |
| Octal | 300 | 154 | 41 | 0 | 54 | 123 | 31 | 34 | 107 | 54 |
| Binary | 11000000 | 1101100 | 100001 | 0 | 101100 | 1010011 | 11001 | 11100 | 1000111 | 101100 |
Color Harmonies of #C06C21
Complementary color
Monochromatic Colors of #C06C21
Black with #C06C21
Text Example
Text Example
White with #C06C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06C21; }
p { color: rgb(192,108,33); }
H1.HeaderClassName
{
color: #C06C21;
}
.AnyTagClassName
{
color: #C06C21;
}
</style>
background-color css
<style>
a { background-color: #C06C21; }
a { background-color: rgb(192,108,33); }
div.DivClassName
{
background-color: #C06C21;
}
.BgClassName
{
background-color: #C06C21;
}
</style>
border-color css
<style>
span { border-color: #C06C21; }
span { border-color: rgb(192,108,33); }
td.TdClassName
{
border-color: #C06C21;
}
.TagClassName
{
border-color: #C06C21;
}
</style>