Shades of Galliano #CAA126
Tints of Galliano #CAA126
RGB
CMYK
RGB Variations
Color information
#CAA126 (or 0xCAA126) is known color: Galliano. HEX triplet: CA, A1 and 26. RGB value is (202,161,38). Sum of RGB (Red+Green+Blue) = 202+161+38=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 38 (15.23% from 255 or 9.48% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA126 is #355ED9. Grayscale: #9F9F9F. Windows color (decimal): -3497690 or 2531786. OLE color: 2531786.
HSL color Cylindrical-coordinate representation of color #CAA126: hue angle of 45º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CAA126 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 38 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.21 |
| HSL | 45º | 0.68% | 0.47% | - |
| HSV(B) | 45º | 0.81% | 0.79% | - |
| XYZ | 37.45 | 38.19 | 7.23 | - |
| YUV | 159.24 | 59.58 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 38 | 0 | 0.20 | 0.81 | 0.21 | 45 | 0.68 | 0.47 |
| Hex | CA | A1 | 26 | 0 | 14 | 51 | 15 | 2D | 44 | 2F |
| Octal | 312 | 241 | 46 | 0 | 24 | 121 | 25 | 55 | 104 | 57 |
| Binary | 11001010 | 10100001 | 100110 | 0 | 10100 | 1010001 | 10101 | 101101 | 1000100 | 101111 |
Color Harmonies of #CAA126
Complementary color
Monochromatic Colors of #CAA126
Black with #CAA126
Text Example
Text Example
White with #CAA126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA126; }
p { color: rgb(202,161,38); }
H1.HeaderClassName
{
color: #CAA126;
}
.AnyTagClassName
{
color: #CAA126;
}
</style>
background-color css
<style>
a { background-color: #CAA126; }
a { background-color: rgb(202,161,38); }
div.DivClassName
{
background-color: #CAA126;
}
.BgClassName
{
background-color: #CAA126;
}
</style>
border-color css
<style>
span { border-color: #CAA126; }
span { border-color: rgb(202,161,38); }
td.TdClassName
{
border-color: #CAA126;
}
.TagClassName
{
border-color: #CAA126;
}
</style>