Shades of Ochre #CA8115
Tints of Ochre #CA8115
RGB
CMYK
RGB Variations
Color information
#CA8115 (or 0xCA8115) is known color: Ochre. HEX triplet: CA, 81 and 15. RGB value is (202,129,21). Sum of RGB (Red+Green+Blue) = 202+129+21=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 21 (8.59% from 255 or 5.97% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8115 is #357EEA. Grayscale: #8B8B8B. Windows color (decimal): -3505899 or 1409482. OLE color: 1409482.
HSL color Cylindrical-coordinate representation of color #CA8115: hue angle of 35.8º degrees, saturation: 0.81, 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 #CA8115 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 129 | 21 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.21 |
| HSL | 35.8º | 0.81% | 0.44% | - |
| HSV(B) | 35.8º | 0.9% | 0.79% | - |
| XYZ | 32.34 | 28.31 | 4.47 | - |
| YUV | 138.52 | 61.68 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 21 | 0 | 0.36 | 0.90 | 0.21 | 35.8 | 0.81 | 0.44 |
| Hex | CA | 81 | 15 | 0 | 24 | 5A | 15 | 24 | 51 | 2C |
| Octal | 312 | 201 | 25 | 0 | 44 | 132 | 25 | 44 | 121 | 54 |
| Binary | 11001010 | 10000001 | 10101 | 0 | 100100 | 1011010 | 10101 | 100100 | 1010001 | 101100 |
Color Harmonies of #CA8115
Complementary color
Monochromatic Colors of #CA8115
Black with #CA8115
Text Example
Text Example
White with #CA8115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8115; }
p { color: rgb(202,129,21); }
H1.HeaderClassName
{
color: #CA8115;
}
.AnyTagClassName
{
color: #CA8115;
}
</style>
background-color css
<style>
a { background-color: #CA8115; }
a { background-color: rgb(202,129,21); }
div.DivClassName
{
background-color: #CA8115;
}
.BgClassName
{
background-color: #CA8115;
}
</style>
border-color css
<style>
span { border-color: #CA8115; }
span { border-color: rgb(202,129,21); }
td.TdClassName
{
border-color: #CA8115;
}
.TagClassName
{
border-color: #CA8115;
}
</style>