Shades of Galliano #CC9C20
Tints of Galliano #CC9C20
RGB
CMYK
RGB Variations
Color information
#CC9C20 (or 0xCC9C20) is known color: Galliano. HEX triplet: CC, 9C and 20. RGB value is (204,156,32). Sum of RGB (Red+Green+Blue) = 204+156+32=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 32 (12.89% from 255 or 8.16% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9C20 is #3363DF. Grayscale: #9C9C9C. Windows color (decimal): -3367904 or 2137292. OLE color: 2137292.
HSL color Cylindrical-coordinate representation of color #CC9C20: hue angle of 43.26º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC9C20 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 156 | 32 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.2 |
| HSL | 43.26º | 0.73% | 0.46% | - |
| HSV(B) | 43.26º | 0.84% | 0.8% | - |
| XYZ | 37.05 | 36.72 | 6.5 | - |
| YUV | 156.22 | 57.9 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 156 | 32 | 0 | 0.24 | 0.84 | 0.2 | 43.26 | 0.73 | 0.46 |
| Hex | CC | 9C | 20 | 0 | 18 | 54 | 14 | 2B | 49 | 2E |
| Octal | 314 | 234 | 40 | 0 | 30 | 124 | 24 | 53 | 111 | 56 |
| Binary | 11001100 | 10011100 | 100000 | 0 | 11000 | 1010100 | 10100 | 101011 | 1001001 | 101110 |
Color Harmonies of #CC9C20
Complementary color
Monochromatic Colors of #CC9C20
Black with #CC9C20
Text Example
Text Example
White with #CC9C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9C20; }
p { color: rgb(204,156,32); }
H1.HeaderClassName
{
color: #CC9C20;
}
.AnyTagClassName
{
color: #CC9C20;
}
</style>
background-color css
<style>
a { background-color: #CC9C20; }
a { background-color: rgb(204,156,32); }
div.DivClassName
{
background-color: #CC9C20;
}
.BgClassName
{
background-color: #CC9C20;
}
</style>
border-color css
<style>
span { border-color: #CC9C20; }
span { border-color: rgb(204,156,32); }
td.TdClassName
{
border-color: #CC9C20;
}
.TagClassName
{
border-color: #CC9C20;
}
</style>