Shades of Ochre #CA7114
Tints of Ochre #CA7114
RGB
CMYK
RGB Variations
Color information
#CA7114 (or 0xCA7114) is known color: Ochre. HEX triplet: CA, 71 and 14. RGB value is (202,113,20). Sum of RGB (Red+Green+Blue) = 202+113+20=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7114 is #358EEB. Grayscale: #818181. Windows color (decimal): -3509996 or 1339850. OLE color: 1339850.
HSL color Cylindrical-coordinate representation of color #CA7114: hue angle of 30.66º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA7114 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 113 | 20 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.21 |
| HSL | 30.66º | 0.82% | 0.44% | - |
| HSV(B) | 30.66º | 0.9% | 0.79% | - |
| XYZ | 30.39 | 24.42 | 3.77 | - |
| YUV | 129.01 | 66.49 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 20 | 0 | 0.44 | 0.90 | 0.21 | 30.66 | 0.82 | 0.44 |
| Hex | CA | 71 | 14 | 0 | 2C | 5A | 15 | 1F | 52 | 2C |
| Octal | 312 | 161 | 24 | 0 | 54 | 132 | 25 | 37 | 122 | 54 |
| Binary | 11001010 | 1110001 | 10100 | 0 | 101100 | 1011010 | 10101 | 11111 | 1010010 | 101100 |
Color Harmonies of #CA7114
Complementary color
Monochromatic Colors of #CA7114
Black with #CA7114
Text Example
Text Example
White with #CA7114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7114; }
p { color: rgb(202,113,20); }
H1.HeaderClassName
{
color: #CA7114;
}
.AnyTagClassName
{
color: #CA7114;
}
</style>
background-color css
<style>
a { background-color: #CA7114; }
a { background-color: rgb(202,113,20); }
div.DivClassName
{
background-color: #CA7114;
}
.BgClassName
{
background-color: #CA7114;
}
</style>
border-color css
<style>
span { border-color: #CA7114; }
span { border-color: rgb(202,113,20); }
td.TdClassName
{
border-color: #CA7114;
}
.TagClassName
{
border-color: #CA7114;
}
</style>