Shades of Ochre #CA7A16
Tints of Ochre #CA7A16
RGB
CMYK
RGB Variations
Color information
#CA7A16 (or 0xCA7A16) is known color: Ochre. HEX triplet: CA, 7A and 16. RGB value is (202,122,22). Sum of RGB (Red+Green+Blue) = 202+122+22=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7A16 is #3585E9. Grayscale: #868686. Windows color (decimal): -3507690 or 1473226. OLE color: 1473226.
HSL color Cylindrical-coordinate representation of color #CA7A16: hue angle of 33.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA7A16 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 122 | 22 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.21 |
| HSL | 33.33º | 0.8% | 0.44% | - |
| HSV(B) | 33.33º | 0.89% | 0.79% | - |
| XYZ | 31.46 | 26.53 | 4.22 | - |
| YUV | 134.52 | 64.5 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 122 | 22 | 0 | 0.40 | 0.89 | 0.21 | 33.33 | 0.8 | 0.44 |
| Hex | CA | 7A | 16 | 0 | 28 | 59 | 15 | 21 | 50 | 2C |
| Octal | 312 | 172 | 26 | 0 | 50 | 131 | 25 | 41 | 120 | 54 |
| Binary | 11001010 | 1111010 | 10110 | 0 | 101000 | 1011001 | 10101 | 100001 | 1010000 | 101100 |
Color Harmonies of #CA7A16
Complementary color
Monochromatic Colors of #CA7A16
Black with #CA7A16
Text Example
Text Example
White with #CA7A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7A16; }
p { color: rgb(202,122,22); }
H1.HeaderClassName
{
color: #CA7A16;
}
.AnyTagClassName
{
color: #CA7A16;
}
</style>
background-color css
<style>
a { background-color: #CA7A16; }
a { background-color: rgb(202,122,22); }
div.DivClassName
{
background-color: #CA7A16;
}
.BgClassName
{
background-color: #CA7A16;
}
</style>
border-color css
<style>
span { border-color: #CA7A16; }
span { border-color: rgb(202,122,22); }
td.TdClassName
{
border-color: #CA7A16;
}
.TagClassName
{
border-color: #CA7A16;
}
</style>