Shades of Ochre #CA780E
Tints of Ochre #CA780E
RGB
CMYK
RGB Variations
Color information
#CA780E (or 0xCA780E) is known color: Ochre. HEX triplet: CA, 78 and 0E. RGB value is (202,120,14). Sum of RGB (Red+Green+Blue) = 202+120+14=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 14 (5.86% from 255 or 4.17% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA780E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA780E is #3587F1. Grayscale: #848484. Windows color (decimal): -3508210 or 948426. OLE color: 948426.
HSL color Cylindrical-coordinate representation of color #CA780E: hue angle of 33.83º 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 #CA780E is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 120 | 14 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.21 |
| HSL | 33.83º | 0.87% | 0.42% | - |
| HSV(B) | 33.83º | 0.93% | 0.79% | - |
| XYZ | 31.15 | 26.02 | 3.8 | - |
| YUV | 132.43 | 61.17 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 120 | 14 | 0 | 0.41 | 0.93 | 0.21 | 33.83 | 0.87 | 0.42 |
| Hex | CA | 78 | E | 0 | 29 | 5D | 15 | 22 | 57 | 2A |
| Octal | 312 | 170 | 16 | 0 | 51 | 135 | 25 | 42 | 127 | 52 |
| Binary | 11001010 | 1111000 | 1110 | 0 | 101001 | 1011101 | 10101 | 100010 | 1010111 | 101010 |
Color Harmonies of #CA780E
Complementary color
Monochromatic Colors of #CA780E
Black with #CA780E
Text Example
Text Example
White with #CA780E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA780E; }
p { color: rgb(202,120,14); }
H1.HeaderClassName
{
color: #CA780E;
}
.AnyTagClassName
{
color: #CA780E;
}
</style>
background-color css
<style>
a { background-color: #CA780E; }
a { background-color: rgb(202,120,14); }
div.DivClassName
{
background-color: #CA780E;
}
.BgClassName
{
background-color: #CA780E;
}
</style>
border-color css
<style>
span { border-color: #CA780E; }
span { border-color: rgb(202,120,14); }
td.TdClassName
{
border-color: #CA780E;
}
.TagClassName
{
border-color: #CA780E;
}
</style>