Shades of Ochre #CA791F
Tints of Ochre #CA791F
RGB
CMYK
RGB Variations
Color information
#CA791F (or 0xCA791F) is known color: Ochre. HEX triplet: CA, 79 and 1F. RGB value is (202,121,31). Sum of RGB (Red+Green+Blue) = 202+121+31=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA791F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA791F is #3586E0. Grayscale: #878787. Windows color (decimal): -3507937 or 2062794. OLE color: 2062794.
HSL color Cylindrical-coordinate representation of color #CA791F: hue angle of 31.58º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA791F is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 121 | 31 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.21 |
| HSL | 31.58º | 0.73% | 0.46% | - |
| HSV(B) | 31.58º | 0.85% | 0.79% | - |
| XYZ | 31.44 | 26.33 | 4.72 | - |
| YUV | 134.96 | 69.34 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 121 | 31 | 0 | 0.40 | 0.85 | 0.21 | 31.58 | 0.73 | 0.46 |
| Hex | CA | 79 | 1F | 0 | 28 | 55 | 15 | 20 | 49 | 2E |
| Octal | 312 | 171 | 37 | 0 | 50 | 125 | 25 | 40 | 111 | 56 |
| Binary | 11001010 | 1111001 | 11111 | 0 | 101000 | 1010101 | 10101 | 100000 | 1001001 | 101110 |
Color Harmonies of #CA791F
Complementary color
Monochromatic Colors of #CA791F
Black with #CA791F
Text Example
Text Example
White with #CA791F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA791F; }
p { color: rgb(202,121,31); }
H1.HeaderClassName
{
color: #CA791F;
}
.AnyTagClassName
{
color: #CA791F;
}
</style>
background-color css
<style>
a { background-color: #CA791F; }
a { background-color: rgb(202,121,31); }
div.DivClassName
{
background-color: #CA791F;
}
.BgClassName
{
background-color: #CA791F;
}
</style>
border-color css
<style>
span { border-color: #CA791F; }
span { border-color: rgb(202,121,31); }
td.TdClassName
{
border-color: #CA791F;
}
.TagClassName
{
border-color: #CA791F;
}
</style>