Shades of Ochre #C17218
Tints of Ochre #C17218
RGB
CMYK
RGB Variations
Color information
#C17218 (or 0xC17218) is known color: Ochre. HEX triplet: C1, 72 and 18. RGB value is (193,114,24). Sum of RGB (Red+Green+Blue) = 193+114+24=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 24 (9.77% from 255 or 7.25% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C17218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17218 is #3E8DE7. Grayscale: #7F7F7F. Windows color (decimal): -4099560 or 1602241. OLE color: 1602241.
HSL color Cylindrical-coordinate representation of color #C17218: hue angle of 31.95º 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 #C17218 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 114 | 24 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.24 |
| HSL | 31.95º | 0.78% | 0.43% | - |
| HSV(B) | 31.95º | 0.88% | 0.76% | - |
| XYZ | 28.17 | 23.44 | 3.9 | - |
| YUV | 127.36 | 69.67 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 24 | 0 | 0.41 | 0.88 | 0.24 | 31.95 | 0.78 | 0.43 |
| Hex | C1 | 72 | 18 | 0 | 29 | 58 | 18 | 20 | 4E | 2B |
| Octal | 301 | 162 | 30 | 0 | 51 | 130 | 30 | 40 | 116 | 53 |
| Binary | 11000001 | 1110010 | 11000 | 0 | 101001 | 1011000 | 11000 | 100000 | 1001110 | 101011 |
Color Harmonies of #C17218
Complementary color
Monochromatic Colors of #C17218
Black with #C17218
Text Example
Text Example
White with #C17218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17218; }
p { color: rgb(193,114,24); }
H1.HeaderClassName
{
color: #C17218;
}
.AnyTagClassName
{
color: #C17218;
}
</style>
background-color css
<style>
a { background-color: #C17218; }
a { background-color: rgb(193,114,24); }
div.DivClassName
{
background-color: #C17218;
}
.BgClassName
{
background-color: #C17218;
}
</style>
border-color css
<style>
span { border-color: #C17218; }
span { border-color: rgb(193,114,24); }
td.TdClassName
{
border-color: #C17218;
}
.TagClassName
{
border-color: #C17218;
}
</style>