Shades of Ochre #CA760E
Tints of Ochre #CA760E
RGB
CMYK
RGB Variations
Color information
#CA760E (or 0xCA760E) is known color: Ochre. HEX triplet: CA, 76 and 0E. RGB value is (202,118,14). Sum of RGB (Red+Green+Blue) = 202+118+14=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA760E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA760E is #3589F1. Grayscale: #838383. Windows color (decimal): -3508722 or 947914. OLE color: 947914.
HSL color Cylindrical-coordinate representation of color #CA760E: hue angle of 33.19º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA760E is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 118 | 14 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.21 |
| HSL | 33.19º | 0.87% | 0.42% | - |
| HSV(B) | 33.19º | 0.93% | 0.79% | - |
| XYZ | 30.91 | 25.55 | 3.72 | - |
| YUV | 131.26 | 61.83 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 14 | 0 | 0.42 | 0.93 | 0.21 | 33.19 | 0.87 | 0.42 |
| Hex | CA | 76 | E | 0 | 2A | 5D | 15 | 21 | 57 | 2A |
| Octal | 312 | 166 | 16 | 0 | 52 | 135 | 25 | 41 | 127 | 52 |
| Binary | 11001010 | 1110110 | 1110 | 0 | 101010 | 1011101 | 10101 | 100001 | 1010111 | 101010 |
Color Harmonies of #CA760E
Complementary color
Monochromatic Colors of #CA760E
Black with #CA760E
Text Example
Text Example
White with #CA760E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA760E; }
p { color: rgb(202,118,14); }
H1.HeaderClassName
{
color: #CA760E;
}
.AnyTagClassName
{
color: #CA760E;
}
</style>
background-color css
<style>
a { background-color: #CA760E; }
a { background-color: rgb(202,118,14); }
div.DivClassName
{
background-color: #CA760E;
}
.BgClassName
{
background-color: #CA760E;
}
</style>
border-color css
<style>
span { border-color: #CA760E; }
span { border-color: rgb(202,118,14); }
td.TdClassName
{
border-color: #CA760E;
}
.TagClassName
{
border-color: #CA760E;
}
</style>