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