Shades of Ochre #CA7B0E
Tints of Ochre #CA7B0E
RGB
CMYK
RGB Variations
Color information
#CA7B0E (or 0xCA7B0E) is known color: Ochre. HEX triplet: CA, 7B and 0E. RGB value is (202,123,14). Sum of RGB (Red+Green+Blue) = 202+123+14=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7B0E is #3584F1. Grayscale: #868686. Windows color (decimal): -3507442 or 949194. OLE color: 949194.
HSL color Cylindrical-coordinate representation of color #CA7B0E: hue angle of 34.79º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA7B0E is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 123 | 14 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.21 |
| HSL | 34.79º | 0.87% | 0.42% | - |
| HSV(B) | 34.79º | 0.93% | 0.79% | - |
| XYZ | 31.52 | 26.75 | 3.92 | - |
| YUV | 134.2 | 60.17 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 14 | 0 | 0.39 | 0.93 | 0.21 | 34.79 | 0.87 | 0.42 |
| Hex | CA | 7B | E | 0 | 27 | 5D | 15 | 23 | 57 | 2A |
| Octal | 312 | 173 | 16 | 0 | 47 | 135 | 25 | 43 | 127 | 52 |
| Binary | 11001010 | 1111011 | 1110 | 0 | 100111 | 1011101 | 10101 | 100011 | 1010111 | 101010 |
Color Harmonies of #CA7B0E
Complementary color
Monochromatic Colors of #CA7B0E
Black with #CA7B0E
Text Example
Text Example
White with #CA7B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7B0E; }
p { color: rgb(202,123,14); }
H1.HeaderClassName
{
color: #CA7B0E;
}
.AnyTagClassName
{
color: #CA7B0E;
}
</style>
background-color css
<style>
a { background-color: #CA7B0E; }
a { background-color: rgb(202,123,14); }
div.DivClassName
{
background-color: #CA7B0E;
}
.BgClassName
{
background-color: #CA7B0E;
}
</style>
border-color css
<style>
span { border-color: #CA7B0E; }
span { border-color: rgb(202,123,14); }
td.TdClassName
{
border-color: #CA7B0E;
}
.TagClassName
{
border-color: #CA7B0E;
}
</style>