Shades of Galliano #CC9C29
Tints of Galliano #CC9C29
RGB
CMYK
RGB Variations
Color information
#CC9C29 (or 0xCC9C29) is known color: Galliano. HEX triplet: CC, 9C and 29. RGB value is (204,156,41). Sum of RGB (Red+Green+Blue) = 204+156+41=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 41 (16.41% from 255 or 10.22% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9C29 is #3363D6. Grayscale: #9D9D9D. Windows color (decimal): -3367895 or 2727116. OLE color: 2727116.
HSL color Cylindrical-coordinate representation of color #CC9C29: hue angle of 42.33º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC9C29 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 156 | 41 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.2 |
| HSL | 42.33º | 0.67% | 0.48% | - |
| HSV(B) | 42.33º | 0.8% | 0.8% | - |
| XYZ | 37.19 | 36.77 | 7.24 | - |
| YUV | 157.24 | 62.4 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 156 | 41 | 0 | 0.24 | 0.80 | 0.2 | 42.33 | 0.67 | 0.48 |
| Hex | CC | 9C | 29 | 0 | 18 | 50 | 14 | 2A | 43 | 30 |
| Octal | 314 | 234 | 51 | 0 | 30 | 120 | 24 | 52 | 103 | 60 |
| Binary | 11001100 | 10011100 | 101001 | 0 | 11000 | 1010000 | 10100 | 101010 | 1000011 | 110000 |
Color Harmonies of #CC9C29
Complementary color
Monochromatic Colors of #CC9C29
Black with #CC9C29
Text Example
Text Example
White with #CC9C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9C29; }
p { color: rgb(204,156,41); }
H1.HeaderClassName
{
color: #CC9C29;
}
.AnyTagClassName
{
color: #CC9C29;
}
</style>
background-color css
<style>
a { background-color: #CC9C29; }
a { background-color: rgb(204,156,41); }
div.DivClassName
{
background-color: #CC9C29;
}
.BgClassName
{
background-color: #CC9C29;
}
</style>
border-color css
<style>
span { border-color: #CC9C29; }
span { border-color: rgb(204,156,41); }
td.TdClassName
{
border-color: #CC9C29;
}
.TagClassName
{
border-color: #CC9C29;
}
</style>