Shades of Galliano #CC9E2C
Tints of Galliano #CC9E2C
RGB
CMYK
RGB Variations
Color information
#CC9E2C (or 0xCC9E2C) is known color: Galliano. HEX triplet: CC, 9E and 2C. RGB value is (204,158,44). Sum of RGB (Red+Green+Blue) = 204+158+44=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 44 (17.58% from 255 or 10.84% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9E2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9E2C is #3361D3. Grayscale: #9F9F9F. Windows color (decimal): -3367380 or 2924236. OLE color: 2924236.
HSL color Cylindrical-coordinate representation of color #CC9E2C: hue angle of 42.75º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC9E2C is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 158 | 44 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.2 |
| HSL | 42.75º | 0.65% | 0.49% | - |
| HSV(B) | 42.75º | 0.78% | 0.8% | - |
| XYZ | 37.58 | 37.47 | 7.64 | - |
| YUV | 158.76 | 63.24 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 158 | 44 | 0 | 0.23 | 0.78 | 0.2 | 42.75 | 0.65 | 0.49 |
| Hex | CC | 9E | 2C | 0 | 17 | 4E | 14 | 2B | 41 | 31 |
| Octal | 314 | 236 | 54 | 0 | 27 | 116 | 24 | 53 | 101 | 61 |
| Binary | 11001100 | 10011110 | 101100 | 0 | 10111 | 1001110 | 10100 | 101011 | 1000001 | 110001 |
Color Harmonies of #CC9E2C
Complementary color
Monochromatic Colors of #CC9E2C
Black with #CC9E2C
Text Example
Text Example
White with #CC9E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9E2C; }
p { color: rgb(204,158,44); }
H1.HeaderClassName
{
color: #CC9E2C;
}
.AnyTagClassName
{
color: #CC9E2C;
}
</style>
background-color css
<style>
a { background-color: #CC9E2C; }
a { background-color: rgb(204,158,44); }
div.DivClassName
{
background-color: #CC9E2C;
}
.BgClassName
{
background-color: #CC9E2C;
}
</style>
border-color css
<style>
span { border-color: #CC9E2C; }
span { border-color: rgb(204,158,44); }
td.TdClassName
{
border-color: #CC9E2C;
}
.TagClassName
{
border-color: #CC9E2C;
}
</style>