Shades of Ochre #CA7215
Tints of Ochre #CA7215
RGB
CMYK
RGB Variations
Color information
#CA7215 (or 0xCA7215) is known color: Ochre. HEX triplet: CA, 72 and 15. RGB value is (202,114,21). Sum of RGB (Red+Green+Blue) = 202+114+21=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7215 is #358DEA. Grayscale: #828282. Windows color (decimal): -3509739 or 1405642. OLE color: 1405642.
HSL color Cylindrical-coordinate representation of color #CA7215: hue angle of 30.83º 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 #CA7215 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 114 | 21 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.21 |
| HSL | 30.83º | 0.81% | 0.44% | - |
| HSV(B) | 30.83º | 0.9% | 0.79% | - |
| XYZ | 30.51 | 24.65 | 3.86 | - |
| YUV | 129.71 | 66.65 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 114 | 21 | 0 | 0.44 | 0.90 | 0.21 | 30.83 | 0.81 | 0.44 |
| Hex | CA | 72 | 15 | 0 | 2C | 5A | 15 | 1F | 51 | 2C |
| Octal | 312 | 162 | 25 | 0 | 54 | 132 | 25 | 37 | 121 | 54 |
| Binary | 11001010 | 1110010 | 10101 | 0 | 101100 | 1011010 | 10101 | 11111 | 1010001 | 101100 |
Color Harmonies of #CA7215
Complementary color
Monochromatic Colors of #CA7215
Black with #CA7215
Text Example
Text Example
White with #CA7215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7215; }
p { color: rgb(202,114,21); }
H1.HeaderClassName
{
color: #CA7215;
}
.AnyTagClassName
{
color: #CA7215;
}
</style>
background-color css
<style>
a { background-color: #CA7215; }
a { background-color: rgb(202,114,21); }
div.DivClassName
{
background-color: #CA7215;
}
.BgClassName
{
background-color: #CA7215;
}
</style>
border-color css
<style>
span { border-color: #CA7215; }
span { border-color: rgb(202,114,21); }
td.TdClassName
{
border-color: #CA7215;
}
.TagClassName
{
border-color: #CA7215;
}
</style>