Shades of Ochre #CA7612
Tints of Ochre #CA7612
RGB
CMYK
RGB Variations
Color information
#CA7612 (or 0xCA7612) is known color: Ochre. HEX triplet: CA, 76 and 12. RGB value is (202,118,18). Sum of RGB (Red+Green+Blue) = 202+118+18=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7612 is #3589ED. Grayscale: #848484. Windows color (decimal): -3508718 or 1210058. OLE color: 1210058.
HSL color Cylindrical-coordinate representation of color #CA7612: hue angle of 32.61º 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 #CA7612 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 118 | 18 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.21 |
| HSL | 32.61º | 0.84% | 0.43% | - |
| HSV(B) | 32.61º | 0.91% | 0.79% | - |
| XYZ | 30.94 | 25.56 | 3.87 | - |
| YUV | 131.72 | 63.83 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 18 | 0 | 0.42 | 0.91 | 0.21 | 32.61 | 0.84 | 0.43 |
| Hex | CA | 76 | 12 | 0 | 2A | 5B | 15 | 21 | 54 | 2B |
| Octal | 312 | 166 | 22 | 0 | 52 | 133 | 25 | 41 | 124 | 53 |
| Binary | 11001010 | 1110110 | 10010 | 0 | 101010 | 1011011 | 10101 | 100001 | 1010100 | 101011 |
Color Harmonies of #CA7612
Complementary color
Monochromatic Colors of #CA7612
Black with #CA7612
Text Example
Text Example
White with #CA7612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7612; }
p { color: rgb(202,118,18); }
H1.HeaderClassName
{
color: #CA7612;
}
.AnyTagClassName
{
color: #CA7612;
}
</style>
background-color css
<style>
a { background-color: #CA7612; }
a { background-color: rgb(202,118,18); }
div.DivClassName
{
background-color: #CA7612;
}
.BgClassName
{
background-color: #CA7612;
}
</style>
border-color css
<style>
span { border-color: #CA7612; }
span { border-color: rgb(202,118,18); }
td.TdClassName
{
border-color: #CA7612;
}
.TagClassName
{
border-color: #CA7612;
}
</style>