Shades of Ochre #CA7E10
Tints of Ochre #CA7E10
RGB
CMYK
RGB Variations
Color information
#CA7E10 (or 0xCA7E10) is known color: Ochre. HEX triplet: CA, 7E and 10. RGB value is (202,126,16). Sum of RGB (Red+Green+Blue) = 202+126+16=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7E10 is #3581EF. Grayscale: #888888. Windows color (decimal): -3506672 or 1081034. OLE color: 1081034.
HSL color Cylindrical-coordinate representation of color #CA7E10: hue angle of 35.48º degrees, saturation: 0.85, 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 #CA7E10 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 126 | 16 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.21 |
| HSL | 35.48º | 0.85% | 0.43% | - |
| HSV(B) | 35.48º | 0.92% | 0.79% | - |
| XYZ | 31.91 | 27.52 | 4.12 | - |
| YUV | 136.18 | 60.18 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 126 | 16 | 0 | 0.38 | 0.92 | 0.21 | 35.48 | 0.85 | 0.43 |
| Hex | CA | 7E | 10 | 0 | 26 | 5C | 15 | 23 | 55 | 2B |
| Octal | 312 | 176 | 20 | 0 | 46 | 134 | 25 | 43 | 125 | 53 |
| Binary | 11001010 | 1111110 | 10000 | 0 | 100110 | 1011100 | 10101 | 100011 | 1010101 | 101011 |
Color Harmonies of #CA7E10
Complementary color
Monochromatic Colors of #CA7E10
Black with #CA7E10
Text Example
Text Example
White with #CA7E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7E10; }
p { color: rgb(202,126,16); }
H1.HeaderClassName
{
color: #CA7E10;
}
.AnyTagClassName
{
color: #CA7E10;
}
</style>
background-color css
<style>
a { background-color: #CA7E10; }
a { background-color: rgb(202,126,16); }
div.DivClassName
{
background-color: #CA7E10;
}
.BgClassName
{
background-color: #CA7E10;
}
</style>
border-color css
<style>
span { border-color: #CA7E10; }
span { border-color: rgb(202,126,16); }
td.TdClassName
{
border-color: #CA7E10;
}
.TagClassName
{
border-color: #CA7E10;
}
</style>