Shades of Ochre #C27F18
Tints of Ochre #C27F18
RGB
CMYK
RGB Variations
Color information
#C27F18 (or 0xC27F18) is known color: Ochre. HEX triplet: C2, 7F and 18. RGB value is (194,127,24). Sum of RGB (Red+Green+Blue) = 194+127+24=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27F18 is #3D80E7. Grayscale: #878787. Windows color (decimal): -4030696 or 1605570. OLE color: 1605570.
HSL color Cylindrical-coordinate representation of color #C27F18: hue angle of 36.35º 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 #C27F18 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 127 | 24 | - |
| CMYK | 0 | 0.35 | 0.88 | 0.24 |
| HSL | 36.35º | 0.78% | 0.43% | - |
| HSV(B) | 36.35º | 0.88% | 0.76% | - |
| XYZ | 30 | 26.71 | 4.44 | - |
| YUV | 135.29 | 65.2 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 127 | 24 | 0 | 0.35 | 0.88 | 0.24 | 36.35 | 0.78 | 0.43 |
| Hex | C2 | 7F | 18 | 0 | 23 | 58 | 18 | 24 | 4E | 2B |
| Octal | 302 | 177 | 30 | 0 | 43 | 130 | 30 | 44 | 116 | 53 |
| Binary | 11000010 | 1111111 | 11000 | 0 | 100011 | 1011000 | 11000 | 100100 | 1001110 | 101011 |
Color Harmonies of #C27F18
Complementary color
Monochromatic Colors of #C27F18
Black with #C27F18
Text Example
Text Example
White with #C27F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27F18; }
p { color: rgb(194,127,24); }
H1.HeaderClassName
{
color: #C27F18;
}
.AnyTagClassName
{
color: #C27F18;
}
</style>
background-color css
<style>
a { background-color: #C27F18; }
a { background-color: rgb(194,127,24); }
div.DivClassName
{
background-color: #C27F18;
}
.BgClassName
{
background-color: #C27F18;
}
</style>
border-color css
<style>
span { border-color: #C27F18; }
span { border-color: rgb(194,127,24); }
td.TdClassName
{
border-color: #C27F18;
}
.TagClassName
{
border-color: #C27F18;
}
</style>