Shades of Galliano #C9A828
Tints of Galliano #C9A828
RGB
CMYK
RGB Variations
Color information
#C9A828 (or 0xC9A828) is known color: Galliano. HEX triplet: C9, A8 and 28. RGB value is (201,168,40). Sum of RGB (Red+Green+Blue) = 201+168+40=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 40 (16.02% from 255 or 9.78% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A828 is #3657D7. Grayscale: #A3A3A3. Windows color (decimal): -3561432 or 2664649. OLE color: 2664649.
HSL color Cylindrical-coordinate representation of color #C9A828: hue angle of 47.7º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9A828 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 168 | 40 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.21 |
| HSL | 47.7º | 0.67% | 0.47% | - |
| HSV(B) | 47.7º | 0.8% | 0.79% | - |
| XYZ | 38.47 | 40.58 | 7.81 | - |
| YUV | 163.28 | 58.43 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 168 | 40 | 0 | 0.16 | 0.80 | 0.21 | 47.7 | 0.67 | 0.47 |
| Hex | C9 | A8 | 28 | 0 | 10 | 50 | 15 | 30 | 43 | 2F |
| Octal | 311 | 250 | 50 | 0 | 20 | 120 | 25 | 60 | 103 | 57 |
| Binary | 11001001 | 10101000 | 101000 | 0 | 10000 | 1010000 | 10101 | 110000 | 1000011 | 101111 |
Color Harmonies of #C9A828
Complementary color
Monochromatic Colors of #C9A828
Black with #C9A828
Text Example
Text Example
White with #C9A828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A828; }
p { color: rgb(201,168,40); }
H1.HeaderClassName
{
color: #C9A828;
}
.AnyTagClassName
{
color: #C9A828;
}
</style>
background-color css
<style>
a { background-color: #C9A828; }
a { background-color: rgb(201,168,40); }
div.DivClassName
{
background-color: #C9A828;
}
.BgClassName
{
background-color: #C9A828;
}
</style>
border-color css
<style>
span { border-color: #C9A828; }
span { border-color: rgb(201,168,40); }
td.TdClassName
{
border-color: #C9A828;
}
.TagClassName
{
border-color: #C9A828;
}
</style>