Shades of Ochre #CA7B14
Tints of Ochre #CA7B14
RGB
CMYK
RGB Variations
Color information
#CA7B14 (or 0xCA7B14) is known color: Ochre. HEX triplet: CA, 7B and 14. RGB value is (202,123,20). Sum of RGB (Red+Green+Blue) = 202+123+20=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7B14 is #3584EB. Grayscale: #878787. Windows color (decimal): -3507436 or 1342410. OLE color: 1342410.
HSL color Cylindrical-coordinate representation of color #CA7B14: hue angle of 33.96º 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 #CA7B14 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 123 | 20 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.21 |
| HSL | 33.96º | 0.82% | 0.44% | - |
| HSV(B) | 33.96º | 0.9% | 0.79% | - |
| XYZ | 31.57 | 26.77 | 4.17 | - |
| YUV | 134.88 | 63.17 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 20 | 0 | 0.39 | 0.90 | 0.21 | 33.96 | 0.82 | 0.44 |
| Hex | CA | 7B | 14 | 0 | 27 | 5A | 15 | 22 | 52 | 2C |
| Octal | 312 | 173 | 24 | 0 | 47 | 132 | 25 | 42 | 122 | 54 |
| Binary | 11001010 | 1111011 | 10100 | 0 | 100111 | 1011010 | 10101 | 100010 | 1010010 | 101100 |
Color Harmonies of #CA7B14
Complementary color
Monochromatic Colors of #CA7B14
Black with #CA7B14
Text Example
Text Example
White with #CA7B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7B14; }
p { color: rgb(202,123,20); }
H1.HeaderClassName
{
color: #CA7B14;
}
.AnyTagClassName
{
color: #CA7B14;
}
</style>
background-color css
<style>
a { background-color: #CA7B14; }
a { background-color: rgb(202,123,20); }
div.DivClassName
{
background-color: #CA7B14;
}
.BgClassName
{
background-color: #CA7B14;
}
</style>
border-color css
<style>
span { border-color: #CA7B14; }
span { border-color: rgb(202,123,20); }
td.TdClassName
{
border-color: #CA7B14;
}
.TagClassName
{
border-color: #CA7B14;
}
</style>