Shades of Ochre #C47E18
Tints of Ochre #C47E18
RGB
CMYK
RGB Variations
Color information
#C47E18 (or 0xC47E18) is known color: Ochre. HEX triplet: C4, 7E and 18. RGB value is (196,126,24). Sum of RGB (Red+Green+Blue) = 196+126+24=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 24 (9.77% from 255 or 6.94% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47E18 is #3B81E7. Grayscale: #878787. Windows color (decimal): -3899880 or 1605316. OLE color: 1605316.
HSL color Cylindrical-coordinate representation of color #C47E18: hue angle of 35.58º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C47E18 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 126 | 24 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.23 |
| HSL | 35.58º | 0.78% | 0.43% | - |
| HSV(B) | 35.58º | 0.88% | 0.77% | - |
| XYZ | 30.39 | 26.72 | 4.42 | - |
| YUV | 135.3 | 65.19 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 126 | 24 | 0 | 0.36 | 0.88 | 0.23 | 35.58 | 0.78 | 0.43 |
| Hex | C4 | 7E | 18 | 0 | 24 | 58 | 17 | 24 | 4E | 2B |
| Octal | 304 | 176 | 30 | 0 | 44 | 130 | 27 | 44 | 116 | 53 |
| Binary | 11000100 | 1111110 | 11000 | 0 | 100100 | 1011000 | 10111 | 100100 | 1001110 | 101011 |
Color Harmonies of #C47E18
Complementary color
Monochromatic Colors of #C47E18
Black with #C47E18
Text Example
Text Example
White with #C47E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47E18; }
p { color: rgb(196,126,24); }
H1.HeaderClassName
{
color: #C47E18;
}
.AnyTagClassName
{
color: #C47E18;
}
</style>
background-color css
<style>
a { background-color: #C47E18; }
a { background-color: rgb(196,126,24); }
div.DivClassName
{
background-color: #C47E18;
}
.BgClassName
{
background-color: #C47E18;
}
</style>
border-color css
<style>
span { border-color: #C47E18; }
span { border-color: rgb(196,126,24); }
td.TdClassName
{
border-color: #C47E18;
}
.TagClassName
{
border-color: #C47E18;
}
</style>