Shades of Galliano #CCAB19
Tints of Galliano #CCAB19
RGB
CMYK
RGB Variations
Color information
#CCAB19 (or 0xCCAB19) is known color: Galliano. HEX triplet: CC, AB and 19. RGB value is (204,171,25). Sum of RGB (Red+Green+Blue) = 204+171+25=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 25 (10.16% from 255 or 6.25% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAB19 is #3354E6. Grayscale: #A4A4A4. Windows color (decimal): -3364071 or 1682380. OLE color: 1682380.
HSL color Cylindrical-coordinate representation of color #CCAB19: hue angle of 48.94º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCAB19 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 25 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.2 |
| HSL | 48.94º | 0.78% | 0.45% | - |
| HSV(B) | 48.94º | 0.88% | 0.8% | - |
| XYZ | 39.64 | 42.03 | 6.94 | - |
| YUV | 164.22 | 49.43 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 25 | 0 | 0.16 | 0.88 | 0.2 | 48.94 | 0.78 | 0.45 |
| Hex | CC | AB | 19 | 0 | 10 | 58 | 14 | 31 | 4E | 2D |
| Octal | 314 | 253 | 31 | 0 | 20 | 130 | 24 | 61 | 116 | 55 |
| Binary | 11001100 | 10101011 | 11001 | 0 | 10000 | 1011000 | 10100 | 110001 | 1001110 | 101101 |
Color Harmonies of #CCAB19
Complementary color
Monochromatic Colors of #CCAB19
Black with #CCAB19
Text Example
Text Example
White with #CCAB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB19; }
p { color: rgb(204,171,25); }
H1.HeaderClassName
{
color: #CCAB19;
}
.AnyTagClassName
{
color: #CCAB19;
}
</style>
background-color css
<style>
a { background-color: #CCAB19; }
a { background-color: rgb(204,171,25); }
div.DivClassName
{
background-color: #CCAB19;
}
.BgClassName
{
background-color: #CCAB19;
}
</style>
border-color css
<style>
span { border-color: #CCAB19; }
span { border-color: rgb(204,171,25); }
td.TdClassName
{
border-color: #CCAB19;
}
.TagClassName
{
border-color: #CCAB19;
}
</style>