Shades of Ochre #CA7514
Tints of Ochre #CA7514
RGB
CMYK
RGB Variations
Color information
#CA7514 (or 0xCA7514) is known color: Ochre. HEX triplet: CA, 75 and 14. RGB value is (202,117,20). Sum of RGB (Red+Green+Blue) = 202+117+20=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7514 is #358AEB. Grayscale: #838383. Windows color (decimal): -3508972 or 1340874. OLE color: 1340874.
HSL color Cylindrical-coordinate representation of color #CA7514: hue angle of 31.98º 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 #CA7514 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 117 | 20 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.21 |
| HSL | 31.98º | 0.82% | 0.44% | - |
| HSV(B) | 31.98º | 0.9% | 0.79% | - |
| XYZ | 30.84 | 25.33 | 3.93 | - |
| YUV | 131.36 | 65.16 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 20 | 0 | 0.42 | 0.90 | 0.21 | 31.98 | 0.82 | 0.44 |
| Hex | CA | 75 | 14 | 0 | 2A | 5A | 15 | 20 | 52 | 2C |
| Octal | 312 | 165 | 24 | 0 | 52 | 132 | 25 | 40 | 122 | 54 |
| Binary | 11001010 | 1110101 | 10100 | 0 | 101010 | 1011010 | 10101 | 100000 | 1010010 | 101100 |
Color Harmonies of #CA7514
Complementary color
Monochromatic Colors of #CA7514
Black with #CA7514
Text Example
Text Example
White with #CA7514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7514; }
p { color: rgb(202,117,20); }
H1.HeaderClassName
{
color: #CA7514;
}
.AnyTagClassName
{
color: #CA7514;
}
</style>
background-color css
<style>
a { background-color: #CA7514; }
a { background-color: rgb(202,117,20); }
div.DivClassName
{
background-color: #CA7514;
}
.BgClassName
{
background-color: #CA7514;
}
</style>
border-color css
<style>
span { border-color: #CA7514; }
span { border-color: rgb(202,117,20); }
td.TdClassName
{
border-color: #CA7514;
}
.TagClassName
{
border-color: #CA7514;
}
</style>