Shades of Ochre #CA8616
Tints of Ochre #CA8616
RGB
CMYK
RGB Variations
Color information
#CA8616 (or 0xCA8616) is known color: Ochre. HEX triplet: CA, 86 and 16. RGB value is (202,134,22). Sum of RGB (Red+Green+Blue) = 202+134+22=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8616 is #3579E9. Grayscale: #8E8E8E. Windows color (decimal): -3504618 or 1476298. OLE color: 1476298.
HSL color Cylindrical-coordinate representation of color #CA8616: hue angle of 37.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 #CA8616 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 22 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.21 |
| HSL | 37.33º | 0.8% | 0.44% | - |
| HSV(B) | 37.33º | 0.89% | 0.79% | - |
| XYZ | 33.03 | 29.66 | 4.74 | - |
| YUV | 141.56 | 60.53 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 22 | 0 | 0.34 | 0.89 | 0.21 | 37.33 | 0.8 | 0.44 |
| Hex | CA | 86 | 16 | 0 | 22 | 59 | 15 | 25 | 50 | 2C |
| Octal | 312 | 206 | 26 | 0 | 42 | 131 | 25 | 45 | 120 | 54 |
| Binary | 11001010 | 10000110 | 10110 | 0 | 100010 | 1011001 | 10101 | 100101 | 1010000 | 101100 |
Color Harmonies of #CA8616
Complementary color
Monochromatic Colors of #CA8616
Black with #CA8616
Text Example
Text Example
White with #CA8616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8616; }
p { color: rgb(202,134,22); }
H1.HeaderClassName
{
color: #CA8616;
}
.AnyTagClassName
{
color: #CA8616;
}
</style>
background-color css
<style>
a { background-color: #CA8616; }
a { background-color: rgb(202,134,22); }
div.DivClassName
{
background-color: #CA8616;
}
.BgClassName
{
background-color: #CA8616;
}
</style>
border-color css
<style>
span { border-color: #CA8616; }
span { border-color: rgb(202,134,22); }
td.TdClassName
{
border-color: #CA8616;
}
.TagClassName
{
border-color: #CA8616;
}
</style>