Shades of Galliano #CAA52C
Tints of Galliano #CAA52C
RGB
CMYK
RGB Variations
Color information
#CAA52C (or 0xCAA52C) is known color: Galliano. HEX triplet: CA, A5 and 2C. RGB value is (202,165,44). Sum of RGB (Red+Green+Blue) = 202+165+44=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 44 (17.58% from 255 or 10.71% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA52C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA52C is #355AD3. Grayscale: #A2A2A2. Windows color (decimal): -3496660 or 2926026. OLE color: 2926026.
HSL color Cylindrical-coordinate representation of color #CAA52C: hue angle of 45.95º 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 #CAA52C is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 44 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.21 |
| HSL | 45.95º | 0.64% | 0.48% | - |
| HSV(B) | 45.95º | 0.78% | 0.79% | - |
| XYZ | 38.27 | 39.65 | 8.02 | - |
| YUV | 162.27 | 61.26 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 44 | 0 | 0.18 | 0.78 | 0.21 | 45.95 | 0.64 | 0.48 |
| Hex | CA | A5 | 2C | 0 | 12 | 4E | 15 | 2E | 40 | 30 |
| Octal | 312 | 245 | 54 | 0 | 22 | 116 | 25 | 56 | 100 | 60 |
| Binary | 11001010 | 10100101 | 101100 | 0 | 10010 | 1001110 | 10101 | 101110 | 1000000 | 110000 |
Color Harmonies of #CAA52C
Complementary color
Monochromatic Colors of #CAA52C
Black with #CAA52C
Text Example
Text Example
White with #CAA52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA52C; }
p { color: rgb(202,165,44); }
H1.HeaderClassName
{
color: #CAA52C;
}
.AnyTagClassName
{
color: #CAA52C;
}
</style>
background-color css
<style>
a { background-color: #CAA52C; }
a { background-color: rgb(202,165,44); }
div.DivClassName
{
background-color: #CAA52C;
}
.BgClassName
{
background-color: #CAA52C;
}
</style>
border-color css
<style>
span { border-color: #CAA52C; }
span { border-color: rgb(202,165,44); }
td.TdClassName
{
border-color: #CAA52C;
}
.TagClassName
{
border-color: #CAA52C;
}
</style>