Shades of Galliano #CAA42C
Tints of Galliano #CAA42C
RGB
CMYK
RGB Variations
Color information
#CAA42C (or 0xCAA42C) is known color: Galliano. HEX triplet: CA, A4 and 2C. RGB value is (202,164,44). Sum of RGB (Red+Green+Blue) = 202+164+44=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 164 (64.45% from 255 or 40% from 410); Blue value is 44 (17.58% from 255 or 10.73% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA42C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA42C is #355BD3. Grayscale: #A2A2A2. Windows color (decimal): -3496916 or 2925770. OLE color: 2925770.
HSL color Cylindrical-coordinate representation of color #CAA42C: hue angle of 45.57º 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 #CAA42C is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 164 | 44 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.21 |
| HSL | 45.57º | 0.64% | 0.48% | - |
| HSV(B) | 45.57º | 0.78% | 0.79% | - |
| XYZ | 38.09 | 39.29 | 7.96 | - |
| YUV | 161.68 | 61.59 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 44 | 0 | 0.19 | 0.78 | 0.21 | 45.57 | 0.64 | 0.48 |
| Hex | CA | A4 | 2C | 0 | 13 | 4E | 15 | 2E | 40 | 30 |
| Octal | 312 | 244 | 54 | 0 | 23 | 116 | 25 | 56 | 100 | 60 |
| Binary | 11001010 | 10100100 | 101100 | 0 | 10011 | 1001110 | 10101 | 101110 | 1000000 | 110000 |
Color Harmonies of #CAA42C
Complementary color
Monochromatic Colors of #CAA42C
Black with #CAA42C
Text Example
Text Example
White with #CAA42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA42C; }
p { color: rgb(202,164,44); }
H1.HeaderClassName
{
color: #CAA42C;
}
.AnyTagClassName
{
color: #CAA42C;
}
</style>
background-color css
<style>
a { background-color: #CAA42C; }
a { background-color: rgb(202,164,44); }
div.DivClassName
{
background-color: #CAA42C;
}
.BgClassName
{
background-color: #CAA42C;
}
</style>
border-color css
<style>
span { border-color: #CAA42C; }
span { border-color: rgb(202,164,44); }
td.TdClassName
{
border-color: #CAA42C;
}
.TagClassName
{
border-color: #CAA42C;
}
</style>