Shades of Ochre #C46F28
Tints of Ochre #C46F28
RGB
CMYK
RGB Variations
Color information
#C46F28 (or 0xC46F28) is known color: Ochre. HEX triplet: C4, 6F and 28. RGB value is (196,111,40). Sum of RGB (Red+Green+Blue) = 196+111+40=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46F28 is #3B90D7. Grayscale: #808080. Windows color (decimal): -3903704 or 2650052. OLE color: 2650052.
HSL color Cylindrical-coordinate representation of color #C46F28: hue angle of 27.31º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C46F28 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 111 | 40 | - |
| CMYK | 0 | 0.43 | 0.80 | 0.23 |
| HSL | 27.31º | 0.66% | 0.46% | - |
| HSV(B) | 27.31º | 0.8% | 0.77% | - |
| XYZ | 28.83 | 23.26 | 4.98 | - |
| YUV | 128.32 | 78.16 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 111 | 40 | 0 | 0.43 | 0.80 | 0.23 | 27.31 | 0.66 | 0.46 |
| Hex | C4 | 6F | 28 | 0 | 2B | 50 | 17 | 1B | 42 | 2E |
| Octal | 304 | 157 | 50 | 0 | 53 | 120 | 27 | 33 | 102 | 56 |
| Binary | 11000100 | 1101111 | 101000 | 0 | 101011 | 1010000 | 10111 | 11011 | 1000010 | 101110 |
Color Harmonies of #C46F28
Complementary color
Monochromatic Colors of #C46F28
Black with #C46F28
Text Example
Text Example
White with #C46F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46F28; }
p { color: rgb(196,111,40); }
H1.HeaderClassName
{
color: #C46F28;
}
.AnyTagClassName
{
color: #C46F28;
}
</style>
background-color css
<style>
a { background-color: #C46F28; }
a { background-color: rgb(196,111,40); }
div.DivClassName
{
background-color: #C46F28;
}
.BgClassName
{
background-color: #C46F28;
}
</style>
border-color css
<style>
span { border-color: #C46F28; }
span { border-color: rgb(196,111,40); }
td.TdClassName
{
border-color: #C46F28;
}
.TagClassName
{
border-color: #C46F28;
}
</style>