Shades of Galliano #C9A52A
Tints of Galliano #C9A52A
RGB
CMYK
RGB Variations
Color information
#C9A52A (or 0xC9A52A) is known color: Galliano. HEX triplet: C9, A5 and 2A. RGB value is (201,165,42). Sum of RGB (Red+Green+Blue) = 201+165+42=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 42 (16.80% from 255 or 10.29% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A52A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A52A is #365AD5. Grayscale: #A2A2A2. Windows color (decimal): -3562198 or 2794953. OLE color: 2794953.
HSL color Cylindrical-coordinate representation of color #C9A52A: hue angle of 46.42º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C9A52A is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 165 | 42 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.21 |
| HSL | 46.42º | 0.65% | 0.48% | - |
| HSV(B) | 46.42º | 0.79% | 0.79% | - |
| XYZ | 37.96 | 39.49 | 7.81 | - |
| YUV | 161.74 | 60.43 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 165 | 42 | 0 | 0.18 | 0.79 | 0.21 | 46.42 | 0.65 | 0.48 |
| Hex | C9 | A5 | 2A | 0 | 12 | 4F | 15 | 2E | 41 | 30 |
| Octal | 311 | 245 | 52 | 0 | 22 | 117 | 25 | 56 | 101 | 60 |
| Binary | 11001001 | 10100101 | 101010 | 0 | 10010 | 1001111 | 10101 | 101110 | 1000001 | 110000 |
Color Harmonies of #C9A52A
Complementary color
Monochromatic Colors of #C9A52A
Black with #C9A52A
Text Example
Text Example
White with #C9A52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A52A; }
p { color: rgb(201,165,42); }
H1.HeaderClassName
{
color: #C9A52A;
}
.AnyTagClassName
{
color: #C9A52A;
}
</style>
background-color css
<style>
a { background-color: #C9A52A; }
a { background-color: rgb(201,165,42); }
div.DivClassName
{
background-color: #C9A52A;
}
.BgClassName
{
background-color: #C9A52A;
}
</style>
border-color css
<style>
span { border-color: #C9A52A; }
span { border-color: rgb(201,165,42); }
td.TdClassName
{
border-color: #C9A52A;
}
.TagClassName
{
border-color: #C9A52A;
}
</style>