Shades of Ochre #CA7D1A
Tints of Ochre #CA7D1A
RGB
CMYK
RGB Variations
Color information
#CA7D1A (or 0xCA7D1A) is known color: Ochre. HEX triplet: CA, 7D and 1A. RGB value is (202,125,26). Sum of RGB (Red+Green+Blue) = 202+125+26=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 26 (10.55% from 255 or 7.37% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7D1A is #3582E5. Grayscale: #898989. Windows color (decimal): -3506918 or 1736138. OLE color: 1736138.
HSL color Cylindrical-coordinate representation of color #CA7D1A: hue angle of 33.75º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA7D1A is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 125 | 26 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.21 |
| HSL | 33.75º | 0.77% | 0.45% | - |
| HSV(B) | 33.75º | 0.87% | 0.79% | - |
| XYZ | 31.88 | 27.3 | 4.57 | - |
| YUV | 136.74 | 65.51 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 26 | 0 | 0.38 | 0.87 | 0.21 | 33.75 | 0.77 | 0.45 |
| Hex | CA | 7D | 1A | 0 | 26 | 57 | 15 | 22 | 4D | 2D |
| Octal | 312 | 175 | 32 | 0 | 46 | 127 | 25 | 42 | 115 | 55 |
| Binary | 11001010 | 1111101 | 11010 | 0 | 100110 | 1010111 | 10101 | 100010 | 1001101 | 101101 |
Color Harmonies of #CA7D1A
Complementary color
Monochromatic Colors of #CA7D1A
Black with #CA7D1A
Text Example
Text Example
White with #CA7D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7D1A; }
p { color: rgb(202,125,26); }
H1.HeaderClassName
{
color: #CA7D1A;
}
.AnyTagClassName
{
color: #CA7D1A;
}
</style>
background-color css
<style>
a { background-color: #CA7D1A; }
a { background-color: rgb(202,125,26); }
div.DivClassName
{
background-color: #CA7D1A;
}
.BgClassName
{
background-color: #CA7D1A;
}
</style>
border-color css
<style>
span { border-color: #CA7D1A; }
span { border-color: rgb(202,125,26); }
td.TdClassName
{
border-color: #CA7D1A;
}
.TagClassName
{
border-color: #CA7D1A;
}
</style>