Shades of Ochre #CA710F
Tints of Ochre #CA710F
RGB
CMYK
RGB Variations
Color information
#CA710F (or 0xCA710F) is known color: Ochre. HEX triplet: CA, 71 and 0F. RGB value is (202,113,15). Sum of RGB (Red+Green+Blue) = 202+113+15=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 15 (6.25% from 255 or 4.55% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA710F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA710F is #358EF0. Grayscale: #808080. Windows color (decimal): -3510001 or 1012170. OLE color: 1012170.
HSL color Cylindrical-coordinate representation of color #CA710F: hue angle of 31.44º 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 #CA710F is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 113 | 15 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.21 |
| HSL | 31.44º | 0.86% | 0.43% | - |
| HSV(B) | 31.44º | 0.93% | 0.79% | - |
| XYZ | 30.35 | 24.4 | 3.56 | - |
| YUV | 128.44 | 63.99 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 15 | 0 | 0.44 | 0.93 | 0.21 | 31.44 | 0.86 | 0.43 |
| Hex | CA | 71 | F | 0 | 2C | 5D | 15 | 1F | 56 | 2B |
| Octal | 312 | 161 | 17 | 0 | 54 | 135 | 25 | 37 | 126 | 53 |
| Binary | 11001010 | 1110001 | 1111 | 0 | 101100 | 1011101 | 10101 | 11111 | 1010110 | 101011 |
Color Harmonies of #CA710F
Complementary color
Monochromatic Colors of #CA710F
Black with #CA710F
Text Example
Text Example
White with #CA710F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA710F; }
p { color: rgb(202,113,15); }
H1.HeaderClassName
{
color: #CA710F;
}
.AnyTagClassName
{
color: #CA710F;
}
</style>
background-color css
<style>
a { background-color: #CA710F; }
a { background-color: rgb(202,113,15); }
div.DivClassName
{
background-color: #CA710F;
}
.BgClassName
{
background-color: #CA710F;
}
</style>
border-color css
<style>
span { border-color: #CA710F; }
span { border-color: rgb(202,113,15); }
td.TdClassName
{
border-color: #CA710F;
}
.TagClassName
{
border-color: #CA710F;
}
</style>