Shades of Ochre #CA8012
Tints of Ochre #CA8012
RGB
CMYK
RGB Variations
Color information
#CA8012 (or 0xCA8012) is known color: Ochre. HEX triplet: CA, 80 and 12. RGB value is (202,128,18). Sum of RGB (Red+Green+Blue) = 202+128+18=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 18 (7.42% from 255 or 5.17% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8012 is #357FED. Grayscale: #8A8A8A. Windows color (decimal): -3506158 or 1212618. OLE color: 1212618.
HSL color Cylindrical-coordinate representation of color #CA8012: hue angle of 35.87º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA8012 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 18 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.21 |
| HSL | 35.87º | 0.84% | 0.43% | - |
| HSV(B) | 35.87º | 0.91% | 0.79% | - |
| XYZ | 32.19 | 28.04 | 4.29 | - |
| YUV | 137.59 | 60.52 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 18 | 0 | 0.37 | 0.91 | 0.21 | 35.87 | 0.84 | 0.43 |
| Hex | CA | 80 | 12 | 0 | 25 | 5B | 15 | 24 | 54 | 2B |
| Octal | 312 | 200 | 22 | 0 | 45 | 133 | 25 | 44 | 124 | 53 |
| Binary | 11001010 | 10000000 | 10010 | 0 | 100101 | 1011011 | 10101 | 100100 | 1010100 | 101011 |
Color Harmonies of #CA8012
Complementary color
Monochromatic Colors of #CA8012
Black with #CA8012
Text Example
Text Example
White with #CA8012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8012; }
p { color: rgb(202,128,18); }
H1.HeaderClassName
{
color: #CA8012;
}
.AnyTagClassName
{
color: #CA8012;
}
</style>
background-color css
<style>
a { background-color: #CA8012; }
a { background-color: rgb(202,128,18); }
div.DivClassName
{
background-color: #CA8012;
}
.BgClassName
{
background-color: #CA8012;
}
</style>
border-color css
<style>
span { border-color: #CA8012; }
span { border-color: rgb(202,128,18); }
td.TdClassName
{
border-color: #CA8012;
}
.TagClassName
{
border-color: #CA8012;
}
</style>