Shades of Ochre #CA7213
Tints of Ochre #CA7213
RGB
CMYK
RGB Variations
Color information
#CA7213 (or 0xCA7213) is known color: Ochre. HEX triplet: CA, 72 and 13. RGB value is (202,114,19). Sum of RGB (Red+Green+Blue) = 202+114+19=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7213 is #358DEC. Grayscale: #818181. Windows color (decimal): -3509741 or 1274570. OLE color: 1274570.
HSL color Cylindrical-coordinate representation of color #CA7213: hue angle of 31.15º 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 #CA7213 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 114 | 19 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.21 |
| HSL | 31.15º | 0.83% | 0.43% | - |
| HSV(B) | 31.15º | 0.91% | 0.79% | - |
| XYZ | 30.49 | 24.64 | 3.76 | - |
| YUV | 129.48 | 65.65 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 114 | 19 | 0 | 0.44 | 0.91 | 0.21 | 31.15 | 0.83 | 0.43 |
| Hex | CA | 72 | 13 | 0 | 2C | 5B | 15 | 1F | 53 | 2B |
| Octal | 312 | 162 | 23 | 0 | 54 | 133 | 25 | 37 | 123 | 53 |
| Binary | 11001010 | 1110010 | 10011 | 0 | 101100 | 1011011 | 10101 | 11111 | 1010011 | 101011 |
Color Harmonies of #CA7213
Complementary color
Monochromatic Colors of #CA7213
Black with #CA7213
Text Example
Text Example
White with #CA7213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7213; }
p { color: rgb(202,114,19); }
H1.HeaderClassName
{
color: #CA7213;
}
.AnyTagClassName
{
color: #CA7213;
}
</style>
background-color css
<style>
a { background-color: #CA7213; }
a { background-color: rgb(202,114,19); }
div.DivClassName
{
background-color: #CA7213;
}
.BgClassName
{
background-color: #CA7213;
}
</style>
border-color css
<style>
span { border-color: #CA7213; }
span { border-color: rgb(202,114,19); }
td.TdClassName
{
border-color: #CA7213;
}
.TagClassName
{
border-color: #CA7213;
}
</style>