Shades of Ochre #CA7D17
Tints of Ochre #CA7D17
RGB
CMYK
RGB Variations
Color information
#CA7D17 (or 0xCA7D17) is known color: Ochre. HEX triplet: CA, 7D and 17. RGB value is (202,125,23). Sum of RGB (Red+Green+Blue) = 202+125+23=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 23 (9.38% from 255 or 6.57% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7D17 is #3582E8. Grayscale: #888888. Windows color (decimal): -3506921 or 1539530. OLE color: 1539530.
HSL color Cylindrical-coordinate representation of color #CA7D17: hue angle of 34.19º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA7D17 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 125 | 23 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.21 |
| HSL | 34.19º | 0.8% | 0.44% | - |
| HSV(B) | 34.19º | 0.89% | 0.79% | - |
| XYZ | 31.85 | 27.29 | 4.4 | - |
| YUV | 136.4 | 64.01 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 23 | 0 | 0.38 | 0.89 | 0.21 | 34.19 | 0.8 | 0.44 |
| Hex | CA | 7D | 17 | 0 | 26 | 59 | 15 | 22 | 50 | 2C |
| Octal | 312 | 175 | 27 | 0 | 46 | 131 | 25 | 42 | 120 | 54 |
| Binary | 11001010 | 1111101 | 10111 | 0 | 100110 | 1011001 | 10101 | 100010 | 1010000 | 101100 |
Color Harmonies of #CA7D17
Complementary color
Monochromatic Colors of #CA7D17
Black with #CA7D17
Text Example
Text Example
White with #CA7D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7D17; }
p { color: rgb(202,125,23); }
H1.HeaderClassName
{
color: #CA7D17;
}
.AnyTagClassName
{
color: #CA7D17;
}
</style>
background-color css
<style>
a { background-color: #CA7D17; }
a { background-color: rgb(202,125,23); }
div.DivClassName
{
background-color: #CA7D17;
}
.BgClassName
{
background-color: #CA7D17;
}
</style>
border-color css
<style>
span { border-color: #CA7D17; }
span { border-color: rgb(202,125,23); }
td.TdClassName
{
border-color: #CA7D17;
}
.TagClassName
{
border-color: #CA7D17;
}
</style>