Shades of Ochre #CA7118
Tints of Ochre #CA7118
RGB
CMYK
RGB Variations
Color information
#CA7118 (or 0xCA7118) is known color: Ochre. HEX triplet: CA, 71 and 18. RGB value is (202,113,24). Sum of RGB (Red+Green+Blue) = 202+113+24=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7118 is #358EE7. Grayscale: #818181. Windows color (decimal): -3509992 or 1601994. OLE color: 1601994.
HSL color Cylindrical-coordinate representation of color #CA7118: hue angle of 30º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA7118 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 113 | 24 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.21 |
| HSL | 30º | 0.79% | 0.44% | - |
| HSV(B) | 30º | 0.88% | 0.79% | - |
| XYZ | 30.43 | 24.43 | 3.98 | - |
| YUV | 129.47 | 68.49 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 24 | 0 | 0.44 | 0.88 | 0.21 | 30 | 0.79 | 0.44 |
| Hex | CA | 71 | 18 | 0 | 2C | 58 | 15 | 1E | 4F | 2C |
| Octal | 312 | 161 | 30 | 0 | 54 | 130 | 25 | 36 | 117 | 54 |
| Binary | 11001010 | 1110001 | 11000 | 0 | 101100 | 1011000 | 10101 | 11110 | 1001111 | 101100 |
Color Harmonies of #CA7118
Complementary color
Monochromatic Colors of #CA7118
Black with #CA7118
Text Example
Text Example
White with #CA7118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7118; }
p { color: rgb(202,113,24); }
H1.HeaderClassName
{
color: #CA7118;
}
.AnyTagClassName
{
color: #CA7118;
}
</style>
background-color css
<style>
a { background-color: #CA7118; }
a { background-color: rgb(202,113,24); }
div.DivClassName
{
background-color: #CA7118;
}
.BgClassName
{
background-color: #CA7118;
}
</style>
border-color css
<style>
span { border-color: #CA7118; }
span { border-color: rgb(202,113,24); }
td.TdClassName
{
border-color: #CA7118;
}
.TagClassName
{
border-color: #CA7118;
}
</style>