Shades of Ochre #C27415
Tints of Ochre #C27415
RGB
CMYK
RGB Variations
Color information
#C27415 (or 0xC27415) is known color: Ochre. HEX triplet: C2, 74 and 15. RGB value is (194,116,21). Sum of RGB (Red+Green+Blue) = 194+116+21=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C27415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27415 is #3D8BEA. Grayscale: #808080. Windows color (decimal): -4033515 or 1406146. OLE color: 1406146.
HSL color Cylindrical-coordinate representation of color #C27415: hue angle of 32.95º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C27415 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 21 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.24 |
| HSL | 32.95º | 0.8% | 0.42% | - |
| HSV(B) | 32.95º | 0.89% | 0.76% | - |
| XYZ | 28.63 | 24.01 | 3.84 | - |
| YUV | 128.49 | 67.34 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 21 | 0 | 0.40 | 0.89 | 0.24 | 32.95 | 0.8 | 0.42 |
| Hex | C2 | 74 | 15 | 0 | 28 | 59 | 18 | 21 | 50 | 2A |
| Octal | 302 | 164 | 25 | 0 | 50 | 131 | 30 | 41 | 120 | 52 |
| Binary | 11000010 | 1110100 | 10101 | 0 | 101000 | 1011001 | 11000 | 100001 | 1010000 | 101010 |
Color Harmonies of #C27415
Complementary color
Monochromatic Colors of #C27415
Black with #C27415
Text Example
Text Example
White with #C27415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27415; }
p { color: rgb(194,116,21); }
H1.HeaderClassName
{
color: #C27415;
}
.AnyTagClassName
{
color: #C27415;
}
</style>
background-color css
<style>
a { background-color: #C27415; }
a { background-color: rgb(194,116,21); }
div.DivClassName
{
background-color: #C27415;
}
.BgClassName
{
background-color: #C27415;
}
</style>
border-color css
<style>
span { border-color: #C27415; }
span { border-color: rgb(194,116,21); }
td.TdClassName
{
border-color: #C27415;
}
.TagClassName
{
border-color: #C27415;
}
</style>