Shades of Galliano #CCAB10
Tints of Galliano #CCAB10
RGB
CMYK
RGB Variations
Color information
#CCAB10 (or 0xCCAB10) is known color: Galliano. HEX triplet: CC, AB and 10. RGB value is (204,171,16). Sum of RGB (Red+Green+Blue) = 204+171+16=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 16 (6.64% from 255 or 4.09% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAB10 is #3354EF. Grayscale: #A3A3A3. Windows color (decimal): -3364080 or 1092556. OLE color: 1092556.
HSL color Cylindrical-coordinate representation of color #CCAB10: hue angle of 49.47º 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 #CCAB10 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 16 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.2 |
| HSL | 49.47º | 0.85% | 0.43% | - |
| HSV(B) | 49.47º | 0.92% | 0.8% | - |
| XYZ | 39.56 | 42 | 6.51 | - |
| YUV | 163.2 | 44.93 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 16 | 0 | 0.16 | 0.92 | 0.2 | 49.47 | 0.85 | 0.43 |
| Hex | CC | AB | 10 | 0 | 10 | 5C | 14 | 31 | 55 | 2B |
| Octal | 314 | 253 | 20 | 0 | 20 | 134 | 24 | 61 | 125 | 53 |
| Binary | 11001100 | 10101011 | 10000 | 0 | 10000 | 1011100 | 10100 | 110001 | 1010101 | 101011 |
Color Harmonies of #CCAB10
Complementary color
Monochromatic Colors of #CCAB10
Black with #CCAB10
Text Example
Text Example
White with #CCAB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB10; }
p { color: rgb(204,171,16); }
H1.HeaderClassName
{
color: #CCAB10;
}
.AnyTagClassName
{
color: #CCAB10;
}
</style>
background-color css
<style>
a { background-color: #CCAB10; }
a { background-color: rgb(204,171,16); }
div.DivClassName
{
background-color: #CCAB10;
}
.BgClassName
{
background-color: #CCAB10;
}
</style>
border-color css
<style>
span { border-color: #CCAB10; }
span { border-color: rgb(204,171,16); }
td.TdClassName
{
border-color: #CCAB10;
}
.TagClassName
{
border-color: #CCAB10;
}
</style>