Shades of Ochre #CA7112
Tints of Ochre #CA7112
RGB
CMYK
RGB Variations
Color information
#CA7112 (or 0xCA7112) is known color: Ochre. HEX triplet: CA, 71 and 12. RGB value is (202,113,18). Sum of RGB (Red+Green+Blue) = 202+113+18=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7112 is #358EED. Grayscale: #818181. Windows color (decimal): -3509998 or 1208778. OLE color: 1208778.
HSL color Cylindrical-coordinate representation of color #CA7112: hue angle of 30.98º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA7112 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 113 | 18 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.21 |
| HSL | 30.98º | 0.84% | 0.43% | - |
| HSV(B) | 30.98º | 0.91% | 0.79% | - |
| XYZ | 30.37 | 24.41 | 3.68 | - |
| YUV | 128.78 | 65.49 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 18 | 0 | 0.44 | 0.91 | 0.21 | 30.98 | 0.84 | 0.43 |
| Hex | CA | 71 | 12 | 0 | 2C | 5B | 15 | 1F | 54 | 2B |
| Octal | 312 | 161 | 22 | 0 | 54 | 133 | 25 | 37 | 124 | 53 |
| Binary | 11001010 | 1110001 | 10010 | 0 | 101100 | 1011011 | 10101 | 11111 | 1010100 | 101011 |
Color Harmonies of #CA7112
Complementary color
Monochromatic Colors of #CA7112
Black with #CA7112
Text Example
Text Example
White with #CA7112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7112; }
p { color: rgb(202,113,18); }
H1.HeaderClassName
{
color: #CA7112;
}
.AnyTagClassName
{
color: #CA7112;
}
</style>
background-color css
<style>
a { background-color: #CA7112; }
a { background-color: rgb(202,113,18); }
div.DivClassName
{
background-color: #CA7112;
}
.BgClassName
{
background-color: #CA7112;
}
</style>
border-color css
<style>
span { border-color: #CA7112; }
span { border-color: rgb(202,113,18); }
td.TdClassName
{
border-color: #CA7112;
}
.TagClassName
{
border-color: #CA7112;
}
</style>