Shades of Ochre #CA7D14
Tints of Ochre #CA7D14
RGB
CMYK
RGB Variations
Color information
#CA7D14 (or 0xCA7D14) is known color: Ochre. HEX triplet: CA, 7D and 14. RGB value is (202,125,20). Sum of RGB (Red+Green+Blue) = 202+125+20=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 20 (8.20% from 255 or 5.76% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7D14 is #3582EB. Grayscale: #888888. Windows color (decimal): -3506924 or 1342922. OLE color: 1342922.
HSL color Cylindrical-coordinate representation of color #CA7D14: hue angle of 34.62º 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 #CA7D14 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 125 | 20 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.21 |
| HSL | 34.62º | 0.82% | 0.44% | - |
| HSV(B) | 34.62º | 0.9% | 0.79% | - |
| XYZ | 31.82 | 27.27 | 4.25 | - |
| YUV | 136.05 | 62.51 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 20 | 0 | 0.38 | 0.90 | 0.21 | 34.62 | 0.82 | 0.44 |
| Hex | CA | 7D | 14 | 0 | 26 | 5A | 15 | 23 | 52 | 2C |
| Octal | 312 | 175 | 24 | 0 | 46 | 132 | 25 | 43 | 122 | 54 |
| Binary | 11001010 | 1111101 | 10100 | 0 | 100110 | 1011010 | 10101 | 100011 | 1010010 | 101100 |
Color Harmonies of #CA7D14
Complementary color
Monochromatic Colors of #CA7D14
Black with #CA7D14
Text Example
Text Example
White with #CA7D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7D14; }
p { color: rgb(202,125,20); }
H1.HeaderClassName
{
color: #CA7D14;
}
.AnyTagClassName
{
color: #CA7D14;
}
</style>
background-color css
<style>
a { background-color: #CA7D14; }
a { background-color: rgb(202,125,20); }
div.DivClassName
{
background-color: #CA7D14;
}
.BgClassName
{
background-color: #CA7D14;
}
</style>
border-color css
<style>
span { border-color: #CA7D14; }
span { border-color: rgb(202,125,20); }
td.TdClassName
{
border-color: #CA7D14;
}
.TagClassName
{
border-color: #CA7D14;
}
</style>