Shades of Ochre #CA7A2A
Tints of Ochre #CA7A2A
RGB
CMYK
RGB Variations
Color information
#CA7A2A (or 0xCA7A2A) is known color: Ochre. HEX triplet: CA, 7A and 2A. RGB value is (202,122,42). Sum of RGB (Red+Green+Blue) = 202+122+42=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 42 (16.80% from 255 or 11.48% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7A2A is #3585D5. Grayscale: #898989. Windows color (decimal): -3507670 or 2783946. OLE color: 2783946.
HSL color Cylindrical-coordinate representation of color #CA7A2A: hue angle of 30º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA7A2A is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 122 | 42 | - |
| CMYK | 0 | 0.40 | 0.79 | 0.21 |
| HSL | 30º | 0.66% | 0.48% | - |
| HSV(B) | 30º | 0.79% | 0.79% | - |
| XYZ | 31.73 | 26.64 | 5.66 | - |
| YUV | 136.8 | 74.5 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 122 | 42 | 0 | 0.40 | 0.79 | 0.21 | 30 | 0.66 | 0.48 |
| Hex | CA | 7A | 2A | 0 | 28 | 4F | 15 | 1E | 42 | 30 |
| Octal | 312 | 172 | 52 | 0 | 50 | 117 | 25 | 36 | 102 | 60 |
| Binary | 11001010 | 1111010 | 101010 | 0 | 101000 | 1001111 | 10101 | 11110 | 1000010 | 110000 |
Color Harmonies of #CA7A2A
Complementary color
Monochromatic Colors of #CA7A2A
Black with #CA7A2A
Text Example
Text Example
White with #CA7A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7A2A; }
p { color: rgb(202,122,42); }
H1.HeaderClassName
{
color: #CA7A2A;
}
.AnyTagClassName
{
color: #CA7A2A;
}
</style>
background-color css
<style>
a { background-color: #CA7A2A; }
a { background-color: rgb(202,122,42); }
div.DivClassName
{
background-color: #CA7A2A;
}
.BgClassName
{
background-color: #CA7A2A;
}
</style>
border-color css
<style>
span { border-color: #CA7A2A; }
span { border-color: rgb(202,122,42); }
td.TdClassName
{
border-color: #CA7A2A;
}
.TagClassName
{
border-color: #CA7A2A;
}
</style>