Shades of Ochre #CA7412
Tints of Ochre #CA7412
RGB
CMYK
RGB Variations
Color information
#CA7412 (or 0xCA7412) is known color: Ochre. HEX triplet: CA, 74 and 12. RGB value is (202,116,18). Sum of RGB (Red+Green+Blue) = 202+116+18=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7412 is #358BED. Grayscale: #838383. Windows color (decimal): -3509230 or 1209546. OLE color: 1209546.
HSL color Cylindrical-coordinate representation of color #CA7412: hue angle of 31.96º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA7412 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 116 | 18 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.21 |
| HSL | 31.96º | 0.84% | 0.43% | - |
| HSV(B) | 31.96º | 0.91% | 0.79% | - |
| XYZ | 30.71 | 25.09 | 3.8 | - |
| YUV | 130.54 | 64.49 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 18 | 0 | 0.43 | 0.91 | 0.21 | 31.96 | 0.84 | 0.43 |
| Hex | CA | 74 | 12 | 0 | 2B | 5B | 15 | 20 | 54 | 2B |
| Octal | 312 | 164 | 22 | 0 | 53 | 133 | 25 | 40 | 124 | 53 |
| Binary | 11001010 | 1110100 | 10010 | 0 | 101011 | 1011011 | 10101 | 100000 | 1010100 | 101011 |
Color Harmonies of #CA7412
Complementary color
Monochromatic Colors of #CA7412
Black with #CA7412
Text Example
Text Example
White with #CA7412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7412; }
p { color: rgb(202,116,18); }
H1.HeaderClassName
{
color: #CA7412;
}
.AnyTagClassName
{
color: #CA7412;
}
</style>
background-color css
<style>
a { background-color: #CA7412; }
a { background-color: rgb(202,116,18); }
div.DivClassName
{
background-color: #CA7412;
}
.BgClassName
{
background-color: #CA7412;
}
</style>
border-color css
<style>
span { border-color: #CA7412; }
span { border-color: rgb(202,116,18); }
td.TdClassName
{
border-color: #CA7412;
}
.TagClassName
{
border-color: #CA7412;
}
</style>