Shades of Ochre #CA770C
Tints of Ochre #CA770C
RGB
CMYK
RGB Variations
Color information
#CA770C (or 0xCA770C) is known color: Ochre. HEX triplet: CA, 77 and 0C. RGB value is (202,119,12). Sum of RGB (Red+Green+Blue) = 202+119+12=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 12 (5.08% from 255 or 3.60% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA770C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA770C is #3588F3. Grayscale: #848484. Windows color (decimal): -3508468 or 817098. OLE color: 817098.
HSL color Cylindrical-coordinate representation of color #CA770C: hue angle of 33.79º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA770C is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 119 | 12 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.21 |
| HSL | 33.79º | 0.89% | 0.42% | - |
| HSV(B) | 33.79º | 0.94% | 0.79% | - |
| XYZ | 31.02 | 25.78 | 3.69 | - |
| YUV | 131.62 | 60.5 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 12 | 0 | 0.41 | 0.94 | 0.21 | 33.79 | 0.89 | 0.42 |
| Hex | CA | 77 | C | 0 | 29 | 5E | 15 | 22 | 59 | 2A |
| Octal | 312 | 167 | 14 | 0 | 51 | 136 | 25 | 42 | 131 | 52 |
| Binary | 11001010 | 1110111 | 1100 | 0 | 101001 | 1011110 | 10101 | 100010 | 1011001 | 101010 |
Color Harmonies of #CA770C
Complementary color
Monochromatic Colors of #CA770C
Black with #CA770C
Text Example
Text Example
White with #CA770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA770C; }
p { color: rgb(202,119,12); }
H1.HeaderClassName
{
color: #CA770C;
}
.AnyTagClassName
{
color: #CA770C;
}
</style>
background-color css
<style>
a { background-color: #CA770C; }
a { background-color: rgb(202,119,12); }
div.DivClassName
{
background-color: #CA770C;
}
.BgClassName
{
background-color: #CA770C;
}
</style>
border-color css
<style>
span { border-color: #CA770C; }
span { border-color: rgb(202,119,12); }
td.TdClassName
{
border-color: #CA770C;
}
.TagClassName
{
border-color: #CA770C;
}
</style>