Shades of Ochre #CA790F
Tints of Ochre #CA790F
RGB
CMYK
RGB Variations
Color information
#CA790F (or 0xCA790F) is known color: Ochre. HEX triplet: CA, 79 and 0F. RGB value is (202,121,15). Sum of RGB (Red+Green+Blue) = 202+121+15=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 15 (6.25% from 255 or 4.44% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA790F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA790F is #3586F0. Grayscale: #858585. Windows color (decimal): -3507953 or 1014218. OLE color: 1014218.
HSL color Cylindrical-coordinate representation of color #CA790F: hue angle of 34.01º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA790F is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 121 | 15 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.21 |
| HSL | 34.01º | 0.86% | 0.43% | - |
| HSV(B) | 34.01º | 0.93% | 0.79% | - |
| XYZ | 31.28 | 26.27 | 3.87 | - |
| YUV | 133.14 | 61.34 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 121 | 15 | 0 | 0.40 | 0.93 | 0.21 | 34.01 | 0.86 | 0.43 |
| Hex | CA | 79 | F | 0 | 28 | 5D | 15 | 22 | 56 | 2B |
| Octal | 312 | 171 | 17 | 0 | 50 | 135 | 25 | 42 | 126 | 53 |
| Binary | 11001010 | 1111001 | 1111 | 0 | 101000 | 1011101 | 10101 | 100010 | 1010110 | 101011 |
Color Harmonies of #CA790F
Complementary color
Monochromatic Colors of #CA790F
Black with #CA790F
Text Example
Text Example
White with #CA790F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA790F; }
p { color: rgb(202,121,15); }
H1.HeaderClassName
{
color: #CA790F;
}
.AnyTagClassName
{
color: #CA790F;
}
</style>
background-color css
<style>
a { background-color: #CA790F; }
a { background-color: rgb(202,121,15); }
div.DivClassName
{
background-color: #CA790F;
}
.BgClassName
{
background-color: #CA790F;
}
</style>
border-color css
<style>
span { border-color: #CA790F; }
span { border-color: rgb(202,121,15); }
td.TdClassName
{
border-color: #CA790F;
}
.TagClassName
{
border-color: #CA790F;
}
</style>