Shades of Galliano #CAA62B
Tints of Galliano #CAA62B
RGB
CMYK
RGB Variations
Color information
#CAA62B (or 0xCAA62B) is known color: Galliano. HEX triplet: CA, A6 and 2B. RGB value is (202,166,43). Sum of RGB (Red+Green+Blue) = 202+166+43=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 43 (17.19% from 255 or 10.46% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA62B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA62B is #3559D4. Grayscale: #A3A3A3. Windows color (decimal): -3496405 or 2860746. OLE color: 2860746.
HSL color Cylindrical-coordinate representation of color #CAA62B: hue angle of 46.42º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CAA62B is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 43 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.21 |
| HSL | 46.42º | 0.65% | 0.48% | - |
| HSV(B) | 46.42º | 0.79% | 0.79% | - |
| XYZ | 38.43 | 40 | 7.98 | - |
| YUV | 162.74 | 60.43 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 43 | 0 | 0.18 | 0.79 | 0.21 | 46.42 | 0.65 | 0.48 |
| Hex | CA | A6 | 2B | 0 | 12 | 4F | 15 | 2E | 41 | 30 |
| Octal | 312 | 246 | 53 | 0 | 22 | 117 | 25 | 56 | 101 | 60 |
| Binary | 11001010 | 10100110 | 101011 | 0 | 10010 | 1001111 | 10101 | 101110 | 1000001 | 110000 |
Color Harmonies of #CAA62B
Complementary color
Monochromatic Colors of #CAA62B
Black with #CAA62B
Text Example
Text Example
White with #CAA62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA62B; }
p { color: rgb(202,166,43); }
H1.HeaderClassName
{
color: #CAA62B;
}
.AnyTagClassName
{
color: #CAA62B;
}
</style>
background-color css
<style>
a { background-color: #CAA62B; }
a { background-color: rgb(202,166,43); }
div.DivClassName
{
background-color: #CAA62B;
}
.BgClassName
{
background-color: #CAA62B;
}
</style>
border-color css
<style>
span { border-color: #CAA62B; }
span { border-color: rgb(202,166,43); }
td.TdClassName
{
border-color: #CAA62B;
}
.TagClassName
{
border-color: #CAA62B;
}
</style>