Shades of Ochre #C26C18
Tints of Ochre #C26C18
RGB
CMYK
RGB Variations
Color information
#C26C18 (or 0xC26C18) is known color: Ochre. HEX triplet: C2, 6C and 18. RGB value is (194,108,24). Sum of RGB (Red+Green+Blue) = 194+108+24=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26C18 is #3D93E7. Grayscale: #7C7C7C. Windows color (decimal): -4035560 or 1600706. OLE color: 1600706.
HSL color Cylindrical-coordinate representation of color #C26C18: hue angle of 29.65º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C26C18 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 108 | 24 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.24 |
| HSL | 29.65º | 0.78% | 0.43% | - |
| HSV(B) | 29.65º | 0.88% | 0.76% | - |
| XYZ | 27.78 | 22.26 | 3.7 | - |
| YUV | 124.14 | 71.49 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 108 | 24 | 0 | 0.44 | 0.88 | 0.24 | 29.65 | 0.78 | 0.43 |
| Hex | C2 | 6C | 18 | 0 | 2C | 58 | 18 | 1E | 4E | 2B |
| Octal | 302 | 154 | 30 | 0 | 54 | 130 | 30 | 36 | 116 | 53 |
| Binary | 11000010 | 1101100 | 11000 | 0 | 101100 | 1011000 | 11000 | 11110 | 1001110 | 101011 |
Color Harmonies of #C26C18
Complementary color
Monochromatic Colors of #C26C18
Black with #C26C18
Text Example
Text Example
White with #C26C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26C18; }
p { color: rgb(194,108,24); }
H1.HeaderClassName
{
color: #C26C18;
}
.AnyTagClassName
{
color: #C26C18;
}
</style>
background-color css
<style>
a { background-color: #C26C18; }
a { background-color: rgb(194,108,24); }
div.DivClassName
{
background-color: #C26C18;
}
.BgClassName
{
background-color: #C26C18;
}
</style>
border-color css
<style>
span { border-color: #C26C18; }
span { border-color: rgb(194,108,24); }
td.TdClassName
{
border-color: #C26C18;
}
.TagClassName
{
border-color: #C26C18;
}
</style>