Shades of Ochre #CA6E23
Tints of Ochre #CA6E23
RGB
CMYK
RGB Variations
Color information
#CA6E23 (or 0xCA6E23) is known color: Ochre. HEX triplet: CA, 6E and 23. RGB value is (202,110,35). Sum of RGB (Red+Green+Blue) = 202+110+35=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 35 (14.06% from 255 or 10.09% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6E23 is #3591DC. Grayscale: #818181. Windows color (decimal): -3510749 or 2322122. OLE color: 2322122.
HSL color Cylindrical-coordinate representation of color #CA6E23: hue angle of 26.95º degrees, saturation: 0.7, 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 #CA6E23 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 110 | 35 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.21 |
| HSL | 26.95º | 0.7% | 0.46% | - |
| HSV(B) | 26.95º | 0.83% | 0.79% | - |
| XYZ | 30.24 | 23.83 | 4.6 | - |
| YUV | 128.96 | 74.98 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 35 | 0 | 0.46 | 0.83 | 0.21 | 26.95 | 0.7 | 0.46 |
| Hex | CA | 6E | 23 | 0 | 2E | 53 | 15 | 1B | 46 | 2E |
| Octal | 312 | 156 | 43 | 0 | 56 | 123 | 25 | 33 | 106 | 56 |
| Binary | 11001010 | 1101110 | 100011 | 0 | 101110 | 1010011 | 10101 | 11011 | 1000110 | 101110 |
Color Harmonies of #CA6E23
Complementary color
Monochromatic Colors of #CA6E23
Black with #CA6E23
Text Example
Text Example
White with #CA6E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6E23; }
p { color: rgb(202,110,35); }
H1.HeaderClassName
{
color: #CA6E23;
}
.AnyTagClassName
{
color: #CA6E23;
}
</style>
background-color css
<style>
a { background-color: #CA6E23; }
a { background-color: rgb(202,110,35); }
div.DivClassName
{
background-color: #CA6E23;
}
.BgClassName
{
background-color: #CA6E23;
}
</style>
border-color css
<style>
span { border-color: #CA6E23; }
span { border-color: rgb(202,110,35); }
td.TdClassName
{
border-color: #CA6E23;
}
.TagClassName
{
border-color: #CA6E23;
}
</style>