Shades of Galliano #CCAB11
Tints of Galliano #CCAB11
RGB
CMYK
RGB Variations
Color information
#CCAB11 (or 0xCCAB11) is known color: Galliano. HEX triplet: CC, AB and 11. RGB value is (204,171,17). Sum of RGB (Red+Green+Blue) = 204+171+17=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 17 (7.03% from 255 or 4.34% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAB11 is #3354EE. Grayscale: #A3A3A3. Windows color (decimal): -3364079 or 1158092. OLE color: 1158092.
HSL color Cylindrical-coordinate representation of color #CCAB11: hue angle of 49.41º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCAB11 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 17 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.2 |
| HSL | 49.41º | 0.85% | 0.43% | - |
| HSV(B) | 49.41º | 0.92% | 0.8% | - |
| XYZ | 39.57 | 42 | 6.55 | - |
| YUV | 163.31 | 45.43 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 17 | 0 | 0.16 | 0.92 | 0.2 | 49.41 | 0.85 | 0.43 |
| Hex | CC | AB | 11 | 0 | 10 | 5C | 14 | 31 | 55 | 2B |
| Octal | 314 | 253 | 21 | 0 | 20 | 134 | 24 | 61 | 125 | 53 |
| Binary | 11001100 | 10101011 | 10001 | 0 | 10000 | 1011100 | 10100 | 110001 | 1010101 | 101011 |
Color Harmonies of #CCAB11
Complementary color
Monochromatic Colors of #CCAB11
Black with #CCAB11
Text Example
Text Example
White with #CCAB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB11; }
p { color: rgb(204,171,17); }
H1.HeaderClassName
{
color: #CCAB11;
}
.AnyTagClassName
{
color: #CCAB11;
}
</style>
background-color css
<style>
a { background-color: #CCAB11; }
a { background-color: rgb(204,171,17); }
div.DivClassName
{
background-color: #CCAB11;
}
.BgClassName
{
background-color: #CCAB11;
}
</style>
border-color css
<style>
span { border-color: #CCAB11; }
span { border-color: rgb(204,171,17); }
td.TdClassName
{
border-color: #CCAB11;
}
.TagClassName
{
border-color: #CCAB11;
}
</style>