Shades of Ochre #CA770E
Tints of Ochre #CA770E
RGB
CMYK
RGB Variations
Color information
#CA770E (or 0xCA770E) is known color: Ochre. HEX triplet: CA, 77 and 0E. RGB value is (202,119,14). Sum of RGB (Red+Green+Blue) = 202+119+14=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA770E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA770E is #3588F1. Grayscale: #848484. Windows color (decimal): -3508466 or 948170. OLE color: 948170.
HSL color Cylindrical-coordinate representation of color #CA770E: hue angle of 33.51º 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 #CA770E is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 119 | 14 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.21 |
| HSL | 33.51º | 0.87% | 0.42% | - |
| HSV(B) | 33.51º | 0.93% | 0.79% | - |
| XYZ | 31.03 | 25.78 | 3.76 | - |
| YUV | 131.85 | 61.5 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 14 | 0 | 0.41 | 0.93 | 0.21 | 33.51 | 0.87 | 0.42 |
| Hex | CA | 77 | E | 0 | 29 | 5D | 15 | 22 | 57 | 2A |
| Octal | 312 | 167 | 16 | 0 | 51 | 135 | 25 | 42 | 127 | 52 |
| Binary | 11001010 | 1110111 | 1110 | 0 | 101001 | 1011101 | 10101 | 100010 | 1010111 | 101010 |
Color Harmonies of #CA770E
Complementary color
Monochromatic Colors of #CA770E
Black with #CA770E
Text Example
Text Example
White with #CA770E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA770E; }
p { color: rgb(202,119,14); }
H1.HeaderClassName
{
color: #CA770E;
}
.AnyTagClassName
{
color: #CA770E;
}
</style>
background-color css
<style>
a { background-color: #CA770E; }
a { background-color: rgb(202,119,14); }
div.DivClassName
{
background-color: #CA770E;
}
.BgClassName
{
background-color: #CA770E;
}
</style>
border-color css
<style>
span { border-color: #CA770E; }
span { border-color: rgb(202,119,14); }
td.TdClassName
{
border-color: #CA770E;
}
.TagClassName
{
border-color: #CA770E;
}
</style>