Shades of Galliano #CCAB20
Tints of Galliano #CCAB20
RGB
CMYK
RGB Variations
Color information
#CCAB20 (or 0xCCAB20) is known color: Galliano. HEX triplet: CC, AB and 20. RGB value is (204,171,32). Sum of RGB (Red+Green+Blue) = 204+171+32=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 32 (12.89% from 255 or 7.86% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAB20 is #3354DF. Grayscale: #A5A5A5. Windows color (decimal): -3364064 or 2141132. OLE color: 2141132.
HSL color Cylindrical-coordinate representation of color #CCAB20: hue angle of 48.49º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCAB20 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 32 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.2 |
| HSL | 48.49º | 0.73% | 0.46% | - |
| HSV(B) | 48.49º | 0.84% | 0.8% | - |
| XYZ | 39.73 | 42.07 | 7.39 | - |
| YUV | 165.02 | 52.93 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 32 | 0 | 0.16 | 0.84 | 0.2 | 48.49 | 0.73 | 0.46 |
| Hex | CC | AB | 20 | 0 | 10 | 54 | 14 | 30 | 49 | 2E |
| Octal | 314 | 253 | 40 | 0 | 20 | 124 | 24 | 60 | 111 | 56 |
| Binary | 11001100 | 10101011 | 100000 | 0 | 10000 | 1010100 | 10100 | 110000 | 1001001 | 101110 |
Color Harmonies of #CCAB20
Complementary color
Monochromatic Colors of #CCAB20
Black with #CCAB20
Text Example
Text Example
White with #CCAB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB20; }
p { color: rgb(204,171,32); }
H1.HeaderClassName
{
color: #CCAB20;
}
.AnyTagClassName
{
color: #CCAB20;
}
</style>
background-color css
<style>
a { background-color: #CCAB20; }
a { background-color: rgb(204,171,32); }
div.DivClassName
{
background-color: #CCAB20;
}
.BgClassName
{
background-color: #CCAB20;
}
</style>
border-color css
<style>
span { border-color: #CCAB20; }
span { border-color: rgb(204,171,32); }
td.TdClassName
{
border-color: #CCAB20;
}
.TagClassName
{
border-color: #CCAB20;
}
</style>