Shades of Galliano #CCAB0F
Tints of Galliano #CCAB0F
RGB
CMYK
RGB Variations
Color information
#CCAB0F (or 0xCCAB0F) is known color: Galliano. HEX triplet: CC, AB and 0F. RGB value is (204,171,15). Sum of RGB (Red+Green+Blue) = 204+171+15=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 15 (6.25% from 255 or 3.85% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAB0F is #3354F0. Grayscale: #A3A3A3. Windows color (decimal): -3364081 or 1027020. OLE color: 1027020.
HSL color Cylindrical-coordinate representation of color #CCAB0F: hue angle of 49.52º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCAB0F is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 15 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.2 |
| HSL | 49.52º | 0.86% | 0.43% | - |
| HSV(B) | 49.52º | 0.93% | 0.8% | - |
| XYZ | 39.55 | 42 | 6.47 | - |
| YUV | 163.08 | 44.43 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 15 | 0 | 0.16 | 0.93 | 0.2 | 49.52 | 0.86 | 0.43 |
| Hex | CC | AB | F | 0 | 10 | 5D | 14 | 32 | 56 | 2B |
| Octal | 314 | 253 | 17 | 0 | 20 | 135 | 24 | 62 | 126 | 53 |
| Binary | 11001100 | 10101011 | 1111 | 0 | 10000 | 1011101 | 10100 | 110010 | 1010110 | 101011 |
Color Harmonies of #CCAB0F
Complementary color
Monochromatic Colors of #CCAB0F
Black with #CCAB0F
Text Example
Text Example
White with #CCAB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB0F; }
p { color: rgb(204,171,15); }
H1.HeaderClassName
{
color: #CCAB0F;
}
.AnyTagClassName
{
color: #CCAB0F;
}
</style>
background-color css
<style>
a { background-color: #CCAB0F; }
a { background-color: rgb(204,171,15); }
div.DivClassName
{
background-color: #CCAB0F;
}
.BgClassName
{
background-color: #CCAB0F;
}
</style>
border-color css
<style>
span { border-color: #CCAB0F; }
span { border-color: rgb(204,171,15); }
td.TdClassName
{
border-color: #CCAB0F;
}
.TagClassName
{
border-color: #CCAB0F;
}
</style>