Shades of Galliano #CAA22E
Tints of Galliano #CAA22E
RGB
CMYK
RGB Variations
Color information
#CAA22E (or 0xCAA22E) is known color: Galliano. HEX triplet: CA, A2 and 2E. RGB value is (202,162,46). Sum of RGB (Red+Green+Blue) = 202+162+46=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 46 (18.36% from 255 or 11.22% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA22E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA22E is #355DD1. Grayscale: #A1A1A1. Windows color (decimal): -3497426 or 3056330. OLE color: 3056330.
HSL color Cylindrical-coordinate representation of color #CAA22E: hue angle of 44.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CAA22E is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 46 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.21 |
| HSL | 44.62º | 0.63% | 0.49% | - |
| HSV(B) | 44.62º | 0.77% | 0.79% | - |
| XYZ | 37.77 | 38.59 | 8.04 | - |
| YUV | 160.74 | 63.25 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 46 | 0 | 0.20 | 0.77 | 0.21 | 44.62 | 0.63 | 0.49 |
| Hex | CA | A2 | 2E | 0 | 14 | 4D | 15 | 2D | 3F | 31 |
| Octal | 312 | 242 | 56 | 0 | 24 | 115 | 25 | 55 | 77 | 61 |
| Binary | 11001010 | 10100010 | 101110 | 0 | 10100 | 1001101 | 10101 | 101101 | 111111 | 110001 |
Color Harmonies of #CAA22E
Complementary color
Monochromatic Colors of #CAA22E
Black with #CAA22E
Text Example
Text Example
White with #CAA22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA22E; }
p { color: rgb(202,162,46); }
H1.HeaderClassName
{
color: #CAA22E;
}
.AnyTagClassName
{
color: #CAA22E;
}
</style>
background-color css
<style>
a { background-color: #CAA22E; }
a { background-color: rgb(202,162,46); }
div.DivClassName
{
background-color: #CAA22E;
}
.BgClassName
{
background-color: #CAA22E;
}
</style>
border-color css
<style>
span { border-color: #CAA22E; }
span { border-color: rgb(202,162,46); }
td.TdClassName
{
border-color: #CAA22E;
}
.TagClassName
{
border-color: #CAA22E;
}
</style>