Shades of Ochre #CA7F1E
Tints of Ochre #CA7F1E
RGB
CMYK
RGB Variations
Color information
#CA7F1E (or 0xCA7F1E) is known color: Ochre. HEX triplet: CA, 7F and 1E. RGB value is (202,127,30). Sum of RGB (Red+Green+Blue) = 202+127+30=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 30 (12.11% from 255 or 8.36% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7F1E is #3580E1. Grayscale: #8A8A8A. Windows color (decimal): -3506402 or 1998794. OLE color: 1998794.
HSL color Cylindrical-coordinate representation of color #CA7F1E: hue angle of 33.84º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA7F1E is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 127 | 30 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.21 |
| HSL | 33.84º | 0.74% | 0.45% | - |
| HSV(B) | 33.84º | 0.85% | 0.79% | - |
| XYZ | 32.18 | 27.83 | 4.9 | - |
| YUV | 138.37 | 66.85 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 30 | 0 | 0.37 | 0.85 | 0.21 | 33.84 | 0.74 | 0.45 |
| Hex | CA | 7F | 1E | 0 | 25 | 55 | 15 | 22 | 4A | 2D |
| Octal | 312 | 177 | 36 | 0 | 45 | 125 | 25 | 42 | 112 | 55 |
| Binary | 11001010 | 1111111 | 11110 | 0 | 100101 | 1010101 | 10101 | 100010 | 1001010 | 101101 |
Color Harmonies of #CA7F1E
Complementary color
Monochromatic Colors of #CA7F1E
Black with #CA7F1E
Text Example
Text Example
White with #CA7F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7F1E; }
p { color: rgb(202,127,30); }
H1.HeaderClassName
{
color: #CA7F1E;
}
.AnyTagClassName
{
color: #CA7F1E;
}
</style>
background-color css
<style>
a { background-color: #CA7F1E; }
a { background-color: rgb(202,127,30); }
div.DivClassName
{
background-color: #CA7F1E;
}
.BgClassName
{
background-color: #CA7F1E;
}
</style>
border-color css
<style>
span { border-color: #CA7F1E; }
span { border-color: rgb(202,127,30); }
td.TdClassName
{
border-color: #CA7F1E;
}
.TagClassName
{
border-color: #CA7F1E;
}
</style>