Shades of Ochre #CA7E23
Tints of Ochre #CA7E23
RGB
CMYK
RGB Variations
Color information
#CA7E23 (or 0xCA7E23) is known color: Ochre. HEX triplet: CA, 7E and 23. RGB value is (202,126,35). Sum of RGB (Red+Green+Blue) = 202+126+35=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 35 (14.06% from 255 or 9.64% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7E23 is #3581DC. Grayscale: #8A8A8A. Windows color (decimal): -3506653 or 2326218. OLE color: 2326218.
HSL color Cylindrical-coordinate representation of color #CA7E23: hue angle of 32.69º 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 #CA7E23 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 126 | 35 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.21 |
| HSL | 32.69º | 0.7% | 0.46% | - |
| HSV(B) | 32.69º | 0.83% | 0.79% | - |
| XYZ | 32.12 | 27.6 | 5.22 | - |
| YUV | 138.35 | 69.68 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 126 | 35 | 0 | 0.38 | 0.83 | 0.21 | 32.69 | 0.7 | 0.46 |
| Hex | CA | 7E | 23 | 0 | 26 | 53 | 15 | 21 | 46 | 2E |
| Octal | 312 | 176 | 43 | 0 | 46 | 123 | 25 | 41 | 106 | 56 |
| Binary | 11001010 | 1111110 | 100011 | 0 | 100110 | 1010011 | 10101 | 100001 | 1000110 | 101110 |
Color Harmonies of #CA7E23
Complementary color
Monochromatic Colors of #CA7E23
Black with #CA7E23
Text Example
Text Example
White with #CA7E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7E23; }
p { color: rgb(202,126,35); }
H1.HeaderClassName
{
color: #CA7E23;
}
.AnyTagClassName
{
color: #CA7E23;
}
</style>
background-color css
<style>
a { background-color: #CA7E23; }
a { background-color: rgb(202,126,35); }
div.DivClassName
{
background-color: #CA7E23;
}
.BgClassName
{
background-color: #CA7E23;
}
</style>
border-color css
<style>
span { border-color: #CA7E23; }
span { border-color: rgb(202,126,35); }
td.TdClassName
{
border-color: #CA7E23;
}
.TagClassName
{
border-color: #CA7E23;
}
</style>