Shades of Ochre #CA7314
Tints of Ochre #CA7314
RGB
CMYK
RGB Variations
Color information
#CA7314 (or 0xCA7314) is known color: Ochre. HEX triplet: CA, 73 and 14. RGB value is (202,115,20). Sum of RGB (Red+Green+Blue) = 202+115+20=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7314 is #358CEB. Grayscale: #828282. Windows color (decimal): -3509484 or 1340362. OLE color: 1340362.
HSL color Cylindrical-coordinate representation of color #CA7314: hue angle of 31.32º degrees, saturation: 0.82, 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 #CA7314 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 115 | 20 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.21 |
| HSL | 31.32º | 0.82% | 0.44% | - |
| HSV(B) | 31.32º | 0.9% | 0.79% | - |
| XYZ | 30.61 | 24.87 | 3.85 | - |
| YUV | 130.18 | 65.82 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 115 | 20 | 0 | 0.43 | 0.90 | 0.21 | 31.32 | 0.82 | 0.44 |
| Hex | CA | 73 | 14 | 0 | 2B | 5A | 15 | 1F | 52 | 2C |
| Octal | 312 | 163 | 24 | 0 | 53 | 132 | 25 | 37 | 122 | 54 |
| Binary | 11001010 | 1110011 | 10100 | 0 | 101011 | 1011010 | 10101 | 11111 | 1010010 | 101100 |
Color Harmonies of #CA7314
Complementary color
Monochromatic Colors of #CA7314
Black with #CA7314
Text Example
Text Example
White with #CA7314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7314; }
p { color: rgb(202,115,20); }
H1.HeaderClassName
{
color: #CA7314;
}
.AnyTagClassName
{
color: #CA7314;
}
</style>
background-color css
<style>
a { background-color: #CA7314; }
a { background-color: rgb(202,115,20); }
div.DivClassName
{
background-color: #CA7314;
}
.BgClassName
{
background-color: #CA7314;
}
</style>
border-color css
<style>
span { border-color: #CA7314; }
span { border-color: rgb(202,115,20); }
td.TdClassName
{
border-color: #CA7314;
}
.TagClassName
{
border-color: #CA7314;
}
</style>