Shades of Galliano #CAA22C
Tints of Galliano #CAA22C
RGB
CMYK
RGB Variations
Color information
#CAA22C (or 0xCAA22C) is known color: Galliano. HEX triplet: CA, A2 and 2C. RGB value is (202,162,44). Sum of RGB (Red+Green+Blue) = 202+162+44=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 44 (17.58% from 255 or 10.78% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA22C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA22C is #355DD3. Grayscale: #A1A1A1. Windows color (decimal): -3497428 or 2925258. OLE color: 2925258.
HSL color Cylindrical-coordinate representation of color #CAA22C: hue angle of 44.81º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CAA22C is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 44 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.21 |
| HSL | 44.81º | 0.64% | 0.48% | - |
| HSV(B) | 44.81º | 0.78% | 0.79% | - |
| XYZ | 37.73 | 38.58 | 7.84 | - |
| YUV | 160.51 | 62.25 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 44 | 0 | 0.20 | 0.78 | 0.21 | 44.81 | 0.64 | 0.48 |
| Hex | CA | A2 | 2C | 0 | 14 | 4E | 15 | 2D | 40 | 30 |
| Octal | 312 | 242 | 54 | 0 | 24 | 116 | 25 | 55 | 100 | 60 |
| Binary | 11001010 | 10100010 | 101100 | 0 | 10100 | 1001110 | 10101 | 101101 | 1000000 | 110000 |
Color Harmonies of #CAA22C
Complementary color
Monochromatic Colors of #CAA22C
Black with #CAA22C
Text Example
Text Example
White with #CAA22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA22C; }
p { color: rgb(202,162,44); }
H1.HeaderClassName
{
color: #CAA22C;
}
.AnyTagClassName
{
color: #CAA22C;
}
</style>
background-color css
<style>
a { background-color: #CAA22C; }
a { background-color: rgb(202,162,44); }
div.DivClassName
{
background-color: #CAA22C;
}
.BgClassName
{
background-color: #CAA22C;
}
</style>
border-color css
<style>
span { border-color: #CAA22C; }
span { border-color: rgb(202,162,44); }
td.TdClassName
{
border-color: #CAA22C;
}
.TagClassName
{
border-color: #CAA22C;
}
</style>