Shades of Ochre #C46C1D
Tints of Ochre #C46C1D
RGB
CMYK
RGB Variations
Color information
#C46C1D (or 0xC46C1D) is known color: Ochre. HEX triplet: C4, 6C and 1D. RGB value is (196,108,29). Sum of RGB (Red+Green+Blue) = 196+108+29=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 29 (11.72% from 255 or 8.71% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46C1D is #3B93E2. Grayscale: #7D7D7D. Windows color (decimal): -3904483 or 1928388. OLE color: 1928388.
HSL color Cylindrical-coordinate representation of color #C46C1D: hue angle of 28.38º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C46C1D is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 108 | 29 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.23 |
| HSL | 28.38º | 0.74% | 0.44% | - |
| HSV(B) | 28.38º | 0.85% | 0.77% | - |
| XYZ | 28.35 | 22.55 | 4.02 | - |
| YUV | 125.31 | 73.65 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 29 | 0 | 0.45 | 0.85 | 0.23 | 28.38 | 0.74 | 0.44 |
| Hex | C4 | 6C | 1D | 0 | 2D | 55 | 17 | 1C | 4A | 2C |
| Octal | 304 | 154 | 35 | 0 | 55 | 125 | 27 | 34 | 112 | 54 |
| Binary | 11000100 | 1101100 | 11101 | 0 | 101101 | 1010101 | 10111 | 11100 | 1001010 | 101100 |
Color Harmonies of #C46C1D
Complementary color
Monochromatic Colors of #C46C1D
Black with #C46C1D
Text Example
Text Example
White with #C46C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46C1D; }
p { color: rgb(196,108,29); }
H1.HeaderClassName
{
color: #C46C1D;
}
.AnyTagClassName
{
color: #C46C1D;
}
</style>
background-color css
<style>
a { background-color: #C46C1D; }
a { background-color: rgb(196,108,29); }
div.DivClassName
{
background-color: #C46C1D;
}
.BgClassName
{
background-color: #C46C1D;
}
</style>
border-color css
<style>
span { border-color: #C46C1D; }
span { border-color: rgb(196,108,29); }
td.TdClassName
{
border-color: #C46C1D;
}
.TagClassName
{
border-color: #C46C1D;
}
</style>