Shades of Ochre #CA8013
Tints of Ochre #CA8013
RGB
CMYK
RGB Variations
Color information
#CA8013 (or 0xCA8013) is known color: Ochre. HEX triplet: CA, 80 and 13. RGB value is (202,128,19). Sum of RGB (Red+Green+Blue) = 202+128+19=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 19 (7.81% from 255 or 5.44% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8013 is #357FEC. Grayscale: #8A8A8A. Windows color (decimal): -3506157 or 1278154. OLE color: 1278154.
HSL color Cylindrical-coordinate representation of color #CA8013: hue angle of 35.74º degrees, saturation: 0.83, 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 #CA8013 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 19 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.21 |
| HSL | 35.74º | 0.83% | 0.43% | - |
| HSV(B) | 35.74º | 0.91% | 0.79% | - |
| XYZ | 32.19 | 28.04 | 4.33 | - |
| YUV | 137.7 | 61.02 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 19 | 0 | 0.37 | 0.91 | 0.21 | 35.74 | 0.83 | 0.43 |
| Hex | CA | 80 | 13 | 0 | 25 | 5B | 15 | 24 | 53 | 2B |
| Octal | 312 | 200 | 23 | 0 | 45 | 133 | 25 | 44 | 123 | 53 |
| Binary | 11001010 | 10000000 | 10011 | 0 | 100101 | 1011011 | 10101 | 100100 | 1010011 | 101011 |
Color Harmonies of #CA8013
Complementary color
Monochromatic Colors of #CA8013
Black with #CA8013
Text Example
Text Example
White with #CA8013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8013; }
p { color: rgb(202,128,19); }
H1.HeaderClassName
{
color: #CA8013;
}
.AnyTagClassName
{
color: #CA8013;
}
</style>
background-color css
<style>
a { background-color: #CA8013; }
a { background-color: rgb(202,128,19); }
div.DivClassName
{
background-color: #CA8013;
}
.BgClassName
{
background-color: #CA8013;
}
</style>
border-color css
<style>
span { border-color: #CA8013; }
span { border-color: rgb(202,128,19); }
td.TdClassName
{
border-color: #CA8013;
}
.TagClassName
{
border-color: #CA8013;
}
</style>