Shades of Ochre #CA8221
Tints of Ochre #CA8221
RGB
CMYK
RGB Variations
Color information
#CA8221 (or 0xCA8221) is known color: Ochre. HEX triplet: CA, 82 and 21. RGB value is (202,130,33). Sum of RGB (Red+Green+Blue) = 202+130+33=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 33 (13.28% from 255 or 9.04% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8221 is #357DDE. Grayscale: #8C8C8C. Windows color (decimal): -3505631 or 2196170. OLE color: 2196170.
HSL color Cylindrical-coordinate representation of color #CA8221: hue angle of 34.44º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA8221 is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 130 | 33 | - |
| CMYK | 0 | 0.36 | 0.84 | 0.21 |
| HSL | 34.44º | 0.72% | 0.46% | - |
| HSV(B) | 34.44º | 0.84% | 0.79% | - |
| XYZ | 32.61 | 28.63 | 5.25 | - |
| YUV | 140.47 | 67.35 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 130 | 33 | 0 | 0.36 | 0.84 | 0.21 | 34.44 | 0.72 | 0.46 |
| Hex | CA | 82 | 21 | 0 | 24 | 54 | 15 | 22 | 48 | 2E |
| Octal | 312 | 202 | 41 | 0 | 44 | 124 | 25 | 42 | 110 | 56 |
| Binary | 11001010 | 10000010 | 100001 | 0 | 100100 | 1010100 | 10101 | 100010 | 1001000 | 101110 |
Color Harmonies of #CA8221
Complementary color
Monochromatic Colors of #CA8221
Black with #CA8221
Text Example
Text Example
White with #CA8221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8221; }
p { color: rgb(202,130,33); }
H1.HeaderClassName
{
color: #CA8221;
}
.AnyTagClassName
{
color: #CA8221;
}
</style>
background-color css
<style>
a { background-color: #CA8221; }
a { background-color: rgb(202,130,33); }
div.DivClassName
{
background-color: #CA8221;
}
.BgClassName
{
background-color: #CA8221;
}
</style>
border-color css
<style>
span { border-color: #CA8221; }
span { border-color: rgb(202,130,33); }
td.TdClassName
{
border-color: #CA8221;
}
.TagClassName
{
border-color: #CA8221;
}
</style>