Shades of Ochre #CA6E22
Tints of Ochre #CA6E22
RGB
CMYK
RGB Variations
Color information
#CA6E22 (or 0xCA6E22) is known color: Ochre. HEX triplet: CA, 6E and 22. RGB value is (202,110,34). Sum of RGB (Red+Green+Blue) = 202+110+34=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 34 (13.67% from 255 or 9.83% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6E22 is #3591DD. Grayscale: #818181. Windows color (decimal): -3510750 or 2256586. OLE color: 2256586.
HSL color Cylindrical-coordinate representation of color #CA6E22: hue angle of 27.14º 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 #CA6E22 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 110 | 34 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.21 |
| HSL | 27.14º | 0.71% | 0.46% | - |
| HSV(B) | 27.14º | 0.83% | 0.79% | - |
| XYZ | 30.22 | 23.82 | 4.52 | - |
| YUV | 128.84 | 74.48 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 34 | 0 | 0.46 | 0.83 | 0.21 | 27.14 | 0.71 | 0.46 |
| Hex | CA | 6E | 22 | 0 | 2E | 53 | 15 | 1B | 47 | 2E |
| Octal | 312 | 156 | 42 | 0 | 56 | 123 | 25 | 33 | 107 | 56 |
| Binary | 11001010 | 1101110 | 100010 | 0 | 101110 | 1010011 | 10101 | 11011 | 1000111 | 101110 |
Color Harmonies of #CA6E22
Complementary color
Monochromatic Colors of #CA6E22
Black with #CA6E22
Text Example
Text Example
White with #CA6E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6E22; }
p { color: rgb(202,110,34); }
H1.HeaderClassName
{
color: #CA6E22;
}
.AnyTagClassName
{
color: #CA6E22;
}
</style>
background-color css
<style>
a { background-color: #CA6E22; }
a { background-color: rgb(202,110,34); }
div.DivClassName
{
background-color: #CA6E22;
}
.BgClassName
{
background-color: #CA6E22;
}
</style>
border-color css
<style>
span { border-color: #CA6E22; }
span { border-color: rgb(202,110,34); }
td.TdClassName
{
border-color: #CA6E22;
}
.TagClassName
{
border-color: #CA6E22;
}
</style>