Shades of Ochre #CA7A22
Tints of Ochre #CA7A22
RGB
CMYK
RGB Variations
Color information
#CA7A22 (or 0xCA7A22) is known color: Ochre. HEX triplet: CA, 7A and 22. RGB value is (202,122,34). Sum of RGB (Red+Green+Blue) = 202+122+34=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 34 (13.67% from 255 or 9.50% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7A22 is #3585DD. Grayscale: #888888. Windows color (decimal): -3507678 or 2259658. OLE color: 2259658.
HSL color Cylindrical-coordinate representation of color #CA7A22: hue angle of 31.43º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA7A22 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 122 | 34 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.21 |
| HSL | 31.43º | 0.71% | 0.46% | - |
| HSV(B) | 31.43º | 0.83% | 0.79% | - |
| XYZ | 31.61 | 26.59 | 4.98 | - |
| YUV | 135.89 | 70.5 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 122 | 34 | 0 | 0.40 | 0.83 | 0.21 | 31.43 | 0.71 | 0.46 |
| Hex | CA | 7A | 22 | 0 | 28 | 53 | 15 | 1F | 47 | 2E |
| Octal | 312 | 172 | 42 | 0 | 50 | 123 | 25 | 37 | 107 | 56 |
| Binary | 11001010 | 1111010 | 100010 | 0 | 101000 | 1010011 | 10101 | 11111 | 1000111 | 101110 |
Color Harmonies of #CA7A22
Complementary color
Monochromatic Colors of #CA7A22
Black with #CA7A22
Text Example
Text Example
White with #CA7A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7A22; }
p { color: rgb(202,122,34); }
H1.HeaderClassName
{
color: #CA7A22;
}
.AnyTagClassName
{
color: #CA7A22;
}
</style>
background-color css
<style>
a { background-color: #CA7A22; }
a { background-color: rgb(202,122,34); }
div.DivClassName
{
background-color: #CA7A22;
}
.BgClassName
{
background-color: #CA7A22;
}
</style>
border-color css
<style>
span { border-color: #CA7A22; }
span { border-color: rgb(202,122,34); }
td.TdClassName
{
border-color: #CA7A22;
}
.TagClassName
{
border-color: #CA7A22;
}
</style>