Shades of Ochre #CA8024
Tints of Ochre #CA8024
RGB
CMYK
RGB Variations
Color information
#CA8024 (or 0xCA8024) is known color: Ochre. HEX triplet: CA, 80 and 24. RGB value is (202,128,36). Sum of RGB (Red+Green+Blue) = 202+128+36=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 36 (14.45% from 255 or 9.84% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8024 is #357FDB. Grayscale: #8C8C8C. Windows color (decimal): -3506140 or 2392266. OLE color: 2392266.
HSL color Cylindrical-coordinate representation of color #CA8024: hue angle of 33.25º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA8024 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 36 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.21 |
| HSL | 33.25º | 0.7% | 0.47% | - |
| HSV(B) | 33.25º | 0.82% | 0.79% | - |
| XYZ | 32.39 | 28.12 | 5.39 | - |
| YUV | 139.64 | 69.52 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 36 | 0 | 0.37 | 0.82 | 0.21 | 33.25 | 0.7 | 0.47 |
| Hex | CA | 80 | 24 | 0 | 25 | 52 | 15 | 21 | 46 | 2F |
| Octal | 312 | 200 | 44 | 0 | 45 | 122 | 25 | 41 | 106 | 57 |
| Binary | 11001010 | 10000000 | 100100 | 0 | 100101 | 1010010 | 10101 | 100001 | 1000110 | 101111 |
Color Harmonies of #CA8024
Complementary color
Monochromatic Colors of #CA8024
Black with #CA8024
Text Example
Text Example
White with #CA8024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8024; }
p { color: rgb(202,128,36); }
H1.HeaderClassName
{
color: #CA8024;
}
.AnyTagClassName
{
color: #CA8024;
}
</style>
background-color css
<style>
a { background-color: #CA8024; }
a { background-color: rgb(202,128,36); }
div.DivClassName
{
background-color: #CA8024;
}
.BgClassName
{
background-color: #CA8024;
}
</style>
border-color css
<style>
span { border-color: #CA8024; }
span { border-color: rgb(202,128,36); }
td.TdClassName
{
border-color: #CA8024;
}
.TagClassName
{
border-color: #CA8024;
}
</style>