Shades of Ochre #CA7C16
Tints of Ochre #CA7C16
RGB
CMYK
RGB Variations
Color information
#CA7C16 (or 0xCA7C16) is known color: Ochre. HEX triplet: CA, 7C and 16. RGB value is (202,124,22). Sum of RGB (Red+Green+Blue) = 202+124+22=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 22 (8.98% from 255 or 6.32% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7C16 is #3583E9. Grayscale: #888888. Windows color (decimal): -3507178 or 1473738. OLE color: 1473738.
HSL color Cylindrical-coordinate representation of color #CA7C16: hue angle of 34º 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 #CA7C16 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 124 | 22 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.21 |
| HSL | 34º | 0.8% | 0.44% | - |
| HSV(B) | 34º | 0.89% | 0.79% | - |
| XYZ | 31.71 | 27.03 | 4.31 | - |
| YUV | 135.69 | 63.84 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 124 | 22 | 0 | 0.39 | 0.89 | 0.21 | 34 | 0.8 | 0.44 |
| Hex | CA | 7C | 16 | 0 | 27 | 59 | 15 | 22 | 50 | 2C |
| Octal | 312 | 174 | 26 | 0 | 47 | 131 | 25 | 42 | 120 | 54 |
| Binary | 11001010 | 1111100 | 10110 | 0 | 100111 | 1011001 | 10101 | 100010 | 1010000 | 101100 |
Color Harmonies of #CA7C16
Complementary color
Monochromatic Colors of #CA7C16
Black with #CA7C16
Text Example
Text Example
White with #CA7C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7C16; }
p { color: rgb(202,124,22); }
H1.HeaderClassName
{
color: #CA7C16;
}
.AnyTagClassName
{
color: #CA7C16;
}
</style>
background-color css
<style>
a { background-color: #CA7C16; }
a { background-color: rgb(202,124,22); }
div.DivClassName
{
background-color: #CA7C16;
}
.BgClassName
{
background-color: #CA7C16;
}
</style>
border-color css
<style>
span { border-color: #CA7C16; }
span { border-color: rgb(202,124,22); }
td.TdClassName
{
border-color: #CA7C16;
}
.TagClassName
{
border-color: #CA7C16;
}
</style>