Shades of Ochre #CA7D1E
Tints of Ochre #CA7D1E
RGB
CMYK
RGB Variations
Color information
#CA7D1E (or 0xCA7D1E) is known color: Ochre. HEX triplet: CA, 7D and 1E. RGB value is (202,125,30). Sum of RGB (Red+Green+Blue) = 202+125+30=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7D1E is #3582E1. Grayscale: #898989. Windows color (decimal): -3506914 or 1998282. OLE color: 1998282.
HSL color Cylindrical-coordinate representation of color #CA7D1E: hue angle of 33.14º 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 #CA7D1E is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 125 | 30 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.21 |
| HSL | 33.14º | 0.74% | 0.45% | - |
| HSV(B) | 33.14º | 0.85% | 0.79% | - |
| XYZ | 31.93 | 27.32 | 4.82 | - |
| YUV | 137.19 | 67.51 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 30 | 0 | 0.38 | 0.85 | 0.21 | 33.14 | 0.74 | 0.45 |
| Hex | CA | 7D | 1E | 0 | 26 | 55 | 15 | 21 | 4A | 2D |
| Octal | 312 | 175 | 36 | 0 | 46 | 125 | 25 | 41 | 112 | 55 |
| Binary | 11001010 | 1111101 | 11110 | 0 | 100110 | 1010101 | 10101 | 100001 | 1001010 | 101101 |
Color Harmonies of #CA7D1E
Complementary color
Monochromatic Colors of #CA7D1E
Black with #CA7D1E
Text Example
Text Example
White with #CA7D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7D1E; }
p { color: rgb(202,125,30); }
H1.HeaderClassName
{
color: #CA7D1E;
}
.AnyTagClassName
{
color: #CA7D1E;
}
</style>
background-color css
<style>
a { background-color: #CA7D1E; }
a { background-color: rgb(202,125,30); }
div.DivClassName
{
background-color: #CA7D1E;
}
.BgClassName
{
background-color: #CA7D1E;
}
</style>
border-color css
<style>
span { border-color: #CA7D1E; }
span { border-color: rgb(202,125,30); }
td.TdClassName
{
border-color: #CA7D1E;
}
.TagClassName
{
border-color: #CA7D1E;
}
</style>