Shades of Ochre #CA7611
Tints of Ochre #CA7611
RGB
CMYK
RGB Variations
Color information
#CA7611 (or 0xCA7611) is known color: Ochre. HEX triplet: CA, 76 and 11. RGB value is (202,118,17). Sum of RGB (Red+Green+Blue) = 202+118+17=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7611 is #3589EE. Grayscale: #848484. Windows color (decimal): -3508719 or 1144522. OLE color: 1144522.
HSL color Cylindrical-coordinate representation of color #CA7611: hue angle of 32.76º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA7611 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 118 | 17 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.21 |
| HSL | 32.76º | 0.84% | 0.43% | - |
| HSV(B) | 32.76º | 0.92% | 0.79% | - |
| XYZ | 30.94 | 25.55 | 3.83 | - |
| YUV | 131.6 | 63.33 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 17 | 0 | 0.42 | 0.92 | 0.21 | 32.76 | 0.84 | 0.43 |
| Hex | CA | 76 | 11 | 0 | 2A | 5C | 15 | 21 | 54 | 2B |
| Octal | 312 | 166 | 21 | 0 | 52 | 134 | 25 | 41 | 124 | 53 |
| Binary | 11001010 | 1110110 | 10001 | 0 | 101010 | 1011100 | 10101 | 100001 | 1010100 | 101011 |
Color Harmonies of #CA7611
Complementary color
Monochromatic Colors of #CA7611
Black with #CA7611
Text Example
Text Example
White with #CA7611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7611; }
p { color: rgb(202,118,17); }
H1.HeaderClassName
{
color: #CA7611;
}
.AnyTagClassName
{
color: #CA7611;
}
</style>
background-color css
<style>
a { background-color: #CA7611; }
a { background-color: rgb(202,118,17); }
div.DivClassName
{
background-color: #CA7611;
}
.BgClassName
{
background-color: #CA7611;
}
</style>
border-color css
<style>
span { border-color: #CA7611; }
span { border-color: rgb(202,118,17); }
td.TdClassName
{
border-color: #CA7611;
}
.TagClassName
{
border-color: #CA7611;
}
</style>