Shades of Ochre #CA7B16
Tints of Ochre #CA7B16
RGB
CMYK
RGB Variations
Color information
#CA7B16 (or 0xCA7B16) is known color: Ochre. HEX triplet: CA, 7B and 16. RGB value is (202,123,22). Sum of RGB (Red+Green+Blue) = 202+123+22=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7B16 is #3584E9. Grayscale: #878787. Windows color (decimal): -3507434 or 1473482. OLE color: 1473482.
HSL color Cylindrical-coordinate representation of color #CA7B16: hue angle of 33.67º 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 #CA7B16 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 123 | 22 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.21 |
| HSL | 33.67º | 0.8% | 0.44% | - |
| HSV(B) | 33.67º | 0.89% | 0.79% | - |
| XYZ | 31.58 | 26.78 | 4.26 | - |
| YUV | 135.11 | 64.17 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 22 | 0 | 0.39 | 0.89 | 0.21 | 33.67 | 0.8 | 0.44 |
| Hex | CA | 7B | 16 | 0 | 27 | 59 | 15 | 22 | 50 | 2C |
| Octal | 312 | 173 | 26 | 0 | 47 | 131 | 25 | 42 | 120 | 54 |
| Binary | 11001010 | 1111011 | 10110 | 0 | 100111 | 1011001 | 10101 | 100010 | 1010000 | 101100 |
Color Harmonies of #CA7B16
Complementary color
Monochromatic Colors of #CA7B16
Black with #CA7B16
Text Example
Text Example
White with #CA7B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7B16; }
p { color: rgb(202,123,22); }
H1.HeaderClassName
{
color: #CA7B16;
}
.AnyTagClassName
{
color: #CA7B16;
}
</style>
background-color css
<style>
a { background-color: #CA7B16; }
a { background-color: rgb(202,123,22); }
div.DivClassName
{
background-color: #CA7B16;
}
.BgClassName
{
background-color: #CA7B16;
}
</style>
border-color css
<style>
span { border-color: #CA7B16; }
span { border-color: rgb(202,123,22); }
td.TdClassName
{
border-color: #CA7B16;
}
.TagClassName
{
border-color: #CA7B16;
}
</style>