Shades of Ochre #CA7621
Tints of Ochre #CA7621
RGB
CMYK
RGB Variations
Color information
#CA7621 (or 0xCA7621) is known color: Ochre. HEX triplet: CA, 76 and 21. RGB value is (202,118,33). Sum of RGB (Red+Green+Blue) = 202+118+33=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7621 is #3589DE. Grayscale: #858585. Windows color (decimal): -3508703 or 2193098. OLE color: 2193098.
HSL color Cylindrical-coordinate representation of color #CA7621: hue angle of 30.18º 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 #CA7621 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 118 | 33 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.21 |
| HSL | 30.18º | 0.72% | 0.46% | - |
| HSV(B) | 30.18º | 0.84% | 0.79% | - |
| XYZ | 31.11 | 25.62 | 4.74 | - |
| YUV | 133.43 | 71.33 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 33 | 0 | 0.42 | 0.84 | 0.21 | 30.18 | 0.72 | 0.46 |
| Hex | CA | 76 | 21 | 0 | 2A | 54 | 15 | 1E | 48 | 2E |
| Octal | 312 | 166 | 41 | 0 | 52 | 124 | 25 | 36 | 110 | 56 |
| Binary | 11001010 | 1110110 | 100001 | 0 | 101010 | 1010100 | 10101 | 11110 | 1001000 | 101110 |
Color Harmonies of #CA7621
Complementary color
Monochromatic Colors of #CA7621
Black with #CA7621
Text Example
Text Example
White with #CA7621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7621; }
p { color: rgb(202,118,33); }
H1.HeaderClassName
{
color: #CA7621;
}
.AnyTagClassName
{
color: #CA7621;
}
</style>
background-color css
<style>
a { background-color: #CA7621; }
a { background-color: rgb(202,118,33); }
div.DivClassName
{
background-color: #CA7621;
}
.BgClassName
{
background-color: #CA7621;
}
</style>
border-color css
<style>
span { border-color: #CA7621; }
span { border-color: rgb(202,118,33); }
td.TdClassName
{
border-color: #CA7621;
}
.TagClassName
{
border-color: #CA7621;
}
</style>