Shades of Galliano #CCAB16
Tints of Galliano #CCAB16
RGB
CMYK
RGB Variations
Color information
#CCAB16 (or 0xCCAB16) is known color: Galliano. HEX triplet: CC, AB and 16. RGB value is (204,171,22). Sum of RGB (Red+Green+Blue) = 204+171+22=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 22 (8.98% from 255 or 5.54% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAB16 is #3354E9. Grayscale: #A4A4A4. Windows color (decimal): -3364074 or 1485772. OLE color: 1485772.
HSL color Cylindrical-coordinate representation of color #CCAB16: hue angle of 49.12º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCAB16 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 22 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.2 |
| HSL | 49.12º | 0.81% | 0.44% | - |
| HSV(B) | 49.12º | 0.89% | 0.8% | - |
| XYZ | 39.61 | 42.02 | 6.78 | - |
| YUV | 163.88 | 47.93 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 22 | 0 | 0.16 | 0.89 | 0.2 | 49.12 | 0.81 | 0.44 |
| Hex | CC | AB | 16 | 0 | 10 | 59 | 14 | 31 | 51 | 2C |
| Octal | 314 | 253 | 26 | 0 | 20 | 131 | 24 | 61 | 121 | 54 |
| Binary | 11001100 | 10101011 | 10110 | 0 | 10000 | 1011001 | 10100 | 110001 | 1010001 | 101100 |
Color Harmonies of #CCAB16
Complementary color
Monochromatic Colors of #CCAB16
Black with #CCAB16
Text Example
Text Example
White with #CCAB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB16; }
p { color: rgb(204,171,22); }
H1.HeaderClassName
{
color: #CCAB16;
}
.AnyTagClassName
{
color: #CCAB16;
}
</style>
background-color css
<style>
a { background-color: #CCAB16; }
a { background-color: rgb(204,171,22); }
div.DivClassName
{
background-color: #CCAB16;
}
.BgClassName
{
background-color: #CCAB16;
}
</style>
border-color css
<style>
span { border-color: #CCAB16; }
span { border-color: rgb(204,171,22); }
td.TdClassName
{
border-color: #CCAB16;
}
.TagClassName
{
border-color: #CCAB16;
}
</style>