Shades of Galliano #C99E26
Tints of Galliano #C99E26
RGB
CMYK
RGB Variations
Color information
#C99E26 (or 0xC99E26) is known color: Galliano. HEX triplet: C9, 9E and 26. RGB value is (201,158,38). Sum of RGB (Red+Green+Blue) = 201+158+38=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 38 (15.23% from 255 or 9.57% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C99E26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99E26 is #3661D9. Grayscale: #9D9D9D. Windows color (decimal): -3563994 or 2531017. OLE color: 2531017.
HSL color Cylindrical-coordinate representation of color #C99E26: hue angle of 44.17º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C99E26 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 158 | 38 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.21 |
| HSL | 44.17º | 0.68% | 0.47% | - |
| HSV(B) | 44.17º | 0.81% | 0.79% | - |
| XYZ | 36.66 | 37.01 | 7.05 | - |
| YUV | 157.18 | 60.75 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 158 | 38 | 0 | 0.21 | 0.81 | 0.21 | 44.17 | 0.68 | 0.47 |
| Hex | C9 | 9E | 26 | 0 | 15 | 51 | 15 | 2C | 44 | 2F |
| Octal | 311 | 236 | 46 | 0 | 25 | 121 | 25 | 54 | 104 | 57 |
| Binary | 11001001 | 10011110 | 100110 | 0 | 10101 | 1010001 | 10101 | 101100 | 1000100 | 101111 |
Color Harmonies of #C99E26
Complementary color
Monochromatic Colors of #C99E26
Black with #C99E26
Text Example
Text Example
White with #C99E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99E26; }
p { color: rgb(201,158,38); }
H1.HeaderClassName
{
color: #C99E26;
}
.AnyTagClassName
{
color: #C99E26;
}
</style>
background-color css
<style>
a { background-color: #C99E26; }
a { background-color: rgb(201,158,38); }
div.DivClassName
{
background-color: #C99E26;
}
.BgClassName
{
background-color: #C99E26;
}
</style>
border-color css
<style>
span { border-color: #C99E26; }
span { border-color: rgb(201,158,38); }
td.TdClassName
{
border-color: #C99E26;
}
.TagClassName
{
border-color: #C99E26;
}
</style>