Shades of Galliano #CAA627
Tints of Galliano #CAA627
RGB
CMYK
RGB Variations
Color information
#CAA627 (or 0xCAA627) is known color: Galliano. HEX triplet: CA, A6 and 27. RGB value is (202,166,39). Sum of RGB (Red+Green+Blue) = 202+166+39=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 39 (15.62% from 255 or 9.58% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA627 is #3559D8. Grayscale: #A2A2A2. Windows color (decimal): -3496409 or 2598602. OLE color: 2598602.
HSL color Cylindrical-coordinate representation of color #CAA627: hue angle of 46.75º 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 #CAA627 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 39 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.21 |
| HSL | 46.75º | 0.68% | 0.47% | - |
| HSV(B) | 46.75º | 0.81% | 0.79% | - |
| XYZ | 38.36 | 39.98 | 7.61 | - |
| YUV | 162.29 | 58.43 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 39 | 0 | 0.18 | 0.81 | 0.21 | 46.75 | 0.68 | 0.47 |
| Hex | CA | A6 | 27 | 0 | 12 | 51 | 15 | 2F | 44 | 2F |
| Octal | 312 | 246 | 47 | 0 | 22 | 121 | 25 | 57 | 104 | 57 |
| Binary | 11001010 | 10100110 | 100111 | 0 | 10010 | 1010001 | 10101 | 101111 | 1000100 | 101111 |
Color Harmonies of #CAA627
Complementary color
Monochromatic Colors of #CAA627
Black with #CAA627
Text Example
Text Example
White with #CAA627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA627; }
p { color: rgb(202,166,39); }
H1.HeaderClassName
{
color: #CAA627;
}
.AnyTagClassName
{
color: #CAA627;
}
</style>
background-color css
<style>
a { background-color: #CAA627; }
a { background-color: rgb(202,166,39); }
div.DivClassName
{
background-color: #CAA627;
}
.BgClassName
{
background-color: #CAA627;
}
</style>
border-color css
<style>
span { border-color: #CAA627; }
span { border-color: rgb(202,166,39); }
td.TdClassName
{
border-color: #CAA627;
}
.TagClassName
{
border-color: #CAA627;
}
</style>