Shades of Galliano #C99F28
Tints of Galliano #C99F28
RGB
CMYK
RGB Variations
Color information
#C99F28 (or 0xC99F28) is known color: Galliano. HEX triplet: C9, 9F and 28. RGB value is (201,159,40). Sum of RGB (Red+Green+Blue) = 201+159+40=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 40 (16.02% from 255 or 10% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99F28 is #3660D7. Grayscale: #9E9E9E. Windows color (decimal): -3563736 or 2662345. OLE color: 2662345.
HSL color Cylindrical-coordinate representation of color #C99F28: hue angle of 44.35º 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 #C99F28 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 159 | 40 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.21 |
| HSL | 44.35º | 0.67% | 0.47% | - |
| HSV(B) | 44.35º | 0.8% | 0.79% | - |
| XYZ | 36.87 | 37.37 | 7.28 | - |
| YUV | 157.99 | 61.41 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 159 | 40 | 0 | 0.21 | 0.80 | 0.21 | 44.35 | 0.67 | 0.47 |
| Hex | C9 | 9F | 28 | 0 | 15 | 50 | 15 | 2C | 43 | 2F |
| Octal | 311 | 237 | 50 | 0 | 25 | 120 | 25 | 54 | 103 | 57 |
| Binary | 11001001 | 10011111 | 101000 | 0 | 10101 | 1010000 | 10101 | 101100 | 1000011 | 101111 |
Color Harmonies of #C99F28
Complementary color
Monochromatic Colors of #C99F28
Black with #C99F28
Text Example
Text Example
White with #C99F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99F28; }
p { color: rgb(201,159,40); }
H1.HeaderClassName
{
color: #C99F28;
}
.AnyTagClassName
{
color: #C99F28;
}
</style>
background-color css
<style>
a { background-color: #C99F28; }
a { background-color: rgb(201,159,40); }
div.DivClassName
{
background-color: #C99F28;
}
.BgClassName
{
background-color: #C99F28;
}
</style>
border-color css
<style>
span { border-color: #C99F28; }
span { border-color: rgb(201,159,40); }
td.TdClassName
{
border-color: #C99F28;
}
.TagClassName
{
border-color: #C99F28;
}
</style>