Shades of Galliano #CCAB12
Tints of Galliano #CCAB12
RGB
CMYK
RGB Variations
Color information
#CCAB12 (or 0xCCAB12) is known color: Galliano. HEX triplet: CC, AB and 12. RGB value is (204,171,18). Sum of RGB (Red+Green+Blue) = 204+171+18=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 18 (7.42% from 255 or 4.58% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAB12 is #3354ED. Grayscale: #A4A4A4. Windows color (decimal): -3364078 or 1223628. OLE color: 1223628.
HSL color Cylindrical-coordinate representation of color #CCAB12: hue angle of 49.35º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCAB12 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 18 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.2 |
| HSL | 49.35º | 0.84% | 0.44% | - |
| HSV(B) | 49.35º | 0.91% | 0.8% | - |
| XYZ | 39.57 | 42.01 | 6.59 | - |
| YUV | 163.43 | 45.93 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 18 | 0 | 0.16 | 0.91 | 0.2 | 49.35 | 0.84 | 0.44 |
| Hex | CC | AB | 12 | 0 | 10 | 5B | 14 | 31 | 54 | 2C |
| Octal | 314 | 253 | 22 | 0 | 20 | 133 | 24 | 61 | 124 | 54 |
| Binary | 11001100 | 10101011 | 10010 | 0 | 10000 | 1011011 | 10100 | 110001 | 1010100 | 101100 |
Color Harmonies of #CCAB12
Complementary color
Monochromatic Colors of #CCAB12
Black with #CCAB12
Text Example
Text Example
White with #CCAB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB12; }
p { color: rgb(204,171,18); }
H1.HeaderClassName
{
color: #CCAB12;
}
.AnyTagClassName
{
color: #CCAB12;
}
</style>
background-color css
<style>
a { background-color: #CCAB12; }
a { background-color: rgb(204,171,18); }
div.DivClassName
{
background-color: #CCAB12;
}
.BgClassName
{
background-color: #CCAB12;
}
</style>
border-color css
<style>
span { border-color: #CCAB12; }
span { border-color: rgb(204,171,18); }
td.TdClassName
{
border-color: #CCAB12;
}
.TagClassName
{
border-color: #CCAB12;
}
</style>