Shades of Ochre #CA7B20
Tints of Ochre #CA7B20
RGB
CMYK
RGB Variations
Color information
#CA7B20 (or 0xCA7B20) is known color: Ochre. HEX triplet: CA, 7B and 20. RGB value is (202,123,32). Sum of RGB (Red+Green+Blue) = 202+123+32=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7B20 is #3584DF. Grayscale: #888888. Windows color (decimal): -3507424 or 2128842. OLE color: 2128842.
HSL color Cylindrical-coordinate representation of color #CA7B20: hue angle of 32.12º degrees, saturation: 0.73, 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 #CA7B20 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 123 | 32 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.21 |
| HSL | 32.12º | 0.73% | 0.46% | - |
| HSV(B) | 32.12º | 0.84% | 0.79% | - |
| XYZ | 31.7 | 26.83 | 4.87 | - |
| YUV | 136.25 | 69.17 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 32 | 0 | 0.39 | 0.84 | 0.21 | 32.12 | 0.73 | 0.46 |
| Hex | CA | 7B | 20 | 0 | 27 | 54 | 15 | 20 | 49 | 2E |
| Octal | 312 | 173 | 40 | 0 | 47 | 124 | 25 | 40 | 111 | 56 |
| Binary | 11001010 | 1111011 | 100000 | 0 | 100111 | 1010100 | 10101 | 100000 | 1001001 | 101110 |
Color Harmonies of #CA7B20
Complementary color
Monochromatic Colors of #CA7B20
Black with #CA7B20
Text Example
Text Example
White with #CA7B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7B20; }
p { color: rgb(202,123,32); }
H1.HeaderClassName
{
color: #CA7B20;
}
.AnyTagClassName
{
color: #CA7B20;
}
</style>
background-color css
<style>
a { background-color: #CA7B20; }
a { background-color: rgb(202,123,32); }
div.DivClassName
{
background-color: #CA7B20;
}
.BgClassName
{
background-color: #CA7B20;
}
</style>
border-color css
<style>
span { border-color: #CA7B20; }
span { border-color: rgb(202,123,32); }
td.TdClassName
{
border-color: #CA7B20;
}
.TagClassName
{
border-color: #CA7B20;
}
</style>