Shades of Ochre #CA7223
Tints of Ochre #CA7223
RGB
CMYK
RGB Variations
Color information
#CA7223 (or 0xCA7223) is known color: Ochre. HEX triplet: CA, 72 and 23. RGB value is (202,114,35). Sum of RGB (Red+Green+Blue) = 202+114+35=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 35 (14.06% from 255 or 9.97% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7223 is #358DDC. Grayscale: #838383. Windows color (decimal): -3509725 or 2323146. OLE color: 2323146.
HSL color Cylindrical-coordinate representation of color #CA7223: hue angle of 28.38º 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 #CA7223 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 114 | 35 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.21 |
| HSL | 28.38º | 0.7% | 0.46% | - |
| HSV(B) | 28.38º | 0.83% | 0.79% | - |
| XYZ | 30.68 | 24.71 | 4.74 | - |
| YUV | 131.31 | 73.65 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 114 | 35 | 0 | 0.44 | 0.83 | 0.21 | 28.38 | 0.7 | 0.46 |
| Hex | CA | 72 | 23 | 0 | 2C | 53 | 15 | 1C | 46 | 2E |
| Octal | 312 | 162 | 43 | 0 | 54 | 123 | 25 | 34 | 106 | 56 |
| Binary | 11001010 | 1110010 | 100011 | 0 | 101100 | 1010011 | 10101 | 11100 | 1000110 | 101110 |
Color Harmonies of #CA7223
Complementary color
Monochromatic Colors of #CA7223
Black with #CA7223
Text Example
Text Example
White with #CA7223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7223; }
p { color: rgb(202,114,35); }
H1.HeaderClassName
{
color: #CA7223;
}
.AnyTagClassName
{
color: #CA7223;
}
</style>
background-color css
<style>
a { background-color: #CA7223; }
a { background-color: rgb(202,114,35); }
div.DivClassName
{
background-color: #CA7223;
}
.BgClassName
{
background-color: #CA7223;
}
</style>
border-color css
<style>
span { border-color: #CA7223; }
span { border-color: rgb(202,114,35); }
td.TdClassName
{
border-color: #CA7223;
}
.TagClassName
{
border-color: #CA7223;
}
</style>