Shades of Galliano #CCAB1E
Tints of Galliano #CCAB1E
RGB
CMYK
RGB Variations
Color information
#CCAB1E (or 0xCCAB1E) is known color: Galliano. HEX triplet: CC, AB and 1E. RGB value is (204,171,30). Sum of RGB (Red+Green+Blue) = 204+171+30=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 30 (12.11% from 255 or 7.41% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAB1E is #3354E1. Grayscale: #A5A5A5. Windows color (decimal): -3364066 or 2010060. OLE color: 2010060.
HSL color Cylindrical-coordinate representation of color #CCAB1E: hue angle of 48.62º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCAB1E is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 30 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.2 |
| HSL | 48.62º | 0.74% | 0.46% | - |
| HSV(B) | 48.62º | 0.85% | 0.8% | - |
| XYZ | 39.7 | 42.06 | 7.25 | - |
| YUV | 164.79 | 51.93 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 30 | 0 | 0.16 | 0.85 | 0.2 | 48.62 | 0.74 | 0.46 |
| Hex | CC | AB | 1E | 0 | 10 | 55 | 14 | 31 | 4A | 2E |
| Octal | 314 | 253 | 36 | 0 | 20 | 125 | 24 | 61 | 112 | 56 |
| Binary | 11001100 | 10101011 | 11110 | 0 | 10000 | 1010101 | 10100 | 110001 | 1001010 | 101110 |
Color Harmonies of #CCAB1E
Complementary color
Monochromatic Colors of #CCAB1E
Black with #CCAB1E
Text Example
Text Example
White with #CCAB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB1E; }
p { color: rgb(204,171,30); }
H1.HeaderClassName
{
color: #CCAB1E;
}
.AnyTagClassName
{
color: #CCAB1E;
}
</style>
background-color css
<style>
a { background-color: #CCAB1E; }
a { background-color: rgb(204,171,30); }
div.DivClassName
{
background-color: #CCAB1E;
}
.BgClassName
{
background-color: #CCAB1E;
}
</style>
border-color css
<style>
span { border-color: #CCAB1E; }
span { border-color: rgb(204,171,30); }
td.TdClassName
{
border-color: #CCAB1E;
}
.TagClassName
{
border-color: #CCAB1E;
}
</style>