Shades of Ochre #CA790B
Tints of Ochre #CA790B
RGB
CMYK
RGB Variations
Color information
#CA790B (or 0xCA790B) is known color: Ochre. HEX triplet: CA, 79 and 0B. RGB value is (202,121,11). Sum of RGB (Red+Green+Blue) = 202+121+11=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA790B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA790B is #3586F4. Grayscale: #858585. Windows color (decimal): -3507957 or 752074. OLE color: 752074.
HSL color Cylindrical-coordinate representation of color #CA790B: hue angle of 34.55º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA790B is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 121 | 11 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.21 |
| HSL | 34.55º | 0.9% | 0.42% | - |
| HSV(B) | 34.55º | 0.95% | 0.79% | - |
| XYZ | 31.25 | 26.26 | 3.74 | - |
| YUV | 132.68 | 59.34 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 121 | 11 | 0 | 0.40 | 0.95 | 0.21 | 34.55 | 0.9 | 0.42 |
| Hex | CA | 79 | B | 0 | 28 | 5F | 15 | 23 | 5A | 2A |
| Octal | 312 | 171 | 13 | 0 | 50 | 137 | 25 | 43 | 132 | 52 |
| Binary | 11001010 | 1111001 | 1011 | 0 | 101000 | 1011111 | 10101 | 100011 | 1011010 | 101010 |
Color Harmonies of #CA790B
Complementary color
Monochromatic Colors of #CA790B
Black with #CA790B
Text Example
Text Example
White with #CA790B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA790B; }
p { color: rgb(202,121,11); }
H1.HeaderClassName
{
color: #CA790B;
}
.AnyTagClassName
{
color: #CA790B;
}
</style>
background-color css
<style>
a { background-color: #CA790B; }
a { background-color: rgb(202,121,11); }
div.DivClassName
{
background-color: #CA790B;
}
.BgClassName
{
background-color: #CA790B;
}
</style>
border-color css
<style>
span { border-color: #CA790B; }
span { border-color: rgb(202,121,11); }
td.TdClassName
{
border-color: #CA790B;
}
.TagClassName
{
border-color: #CA790B;
}
</style>