Shades of Ochre #CA7A17
Tints of Ochre #CA7A17
RGB
CMYK
RGB Variations
Color information
#CA7A17 (or 0xCA7A17) is known color: Ochre. HEX triplet: CA, 7A and 17. RGB value is (202,122,23). Sum of RGB (Red+Green+Blue) = 202+122+23=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 23 (9.38% from 255 or 6.63% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7A17 is #3585E8. Grayscale: #878787. Windows color (decimal): -3507689 or 1538762. OLE color: 1538762.
HSL color Cylindrical-coordinate representation of color #CA7A17: hue angle of 33.18º 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 #CA7A17 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 122 | 23 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.21 |
| HSL | 33.18º | 0.8% | 0.44% | - |
| HSV(B) | 33.18º | 0.89% | 0.79% | - |
| XYZ | 31.47 | 26.54 | 4.27 | - |
| YUV | 134.63 | 65 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 122 | 23 | 0 | 0.40 | 0.89 | 0.21 | 33.18 | 0.8 | 0.44 |
| Hex | CA | 7A | 17 | 0 | 28 | 59 | 15 | 21 | 50 | 2C |
| Octal | 312 | 172 | 27 | 0 | 50 | 131 | 25 | 41 | 120 | 54 |
| Binary | 11001010 | 1111010 | 10111 | 0 | 101000 | 1011001 | 10101 | 100001 | 1010000 | 101100 |
Color Harmonies of #CA7A17
Complementary color
Monochromatic Colors of #CA7A17
Black with #CA7A17
Text Example
Text Example
White with #CA7A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7A17; }
p { color: rgb(202,122,23); }
H1.HeaderClassName
{
color: #CA7A17;
}
.AnyTagClassName
{
color: #CA7A17;
}
</style>
background-color css
<style>
a { background-color: #CA7A17; }
a { background-color: rgb(202,122,23); }
div.DivClassName
{
background-color: #CA7A17;
}
.BgClassName
{
background-color: #CA7A17;
}
</style>
border-color css
<style>
span { border-color: #CA7A17; }
span { border-color: rgb(202,122,23); }
td.TdClassName
{
border-color: #CA7A17;
}
.TagClassName
{
border-color: #CA7A17;
}
</style>