Shades of Galliano #CC9C23
Tints of Galliano #CC9C23
RGB
CMYK
RGB Variations
Color information
#CC9C23 (or 0xCC9C23) is known color: Galliano. HEX triplet: CC, 9C and 23. RGB value is (204,156,35). Sum of RGB (Red+Green+Blue) = 204+156+35=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 35 (14.06% from 255 or 8.86% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9C23 is #3363DC. Grayscale: #9D9D9D. Windows color (decimal): -3367901 or 2333900. OLE color: 2333900.
HSL color Cylindrical-coordinate representation of color #CC9C23: hue angle of 42.96º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC9C23 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 156 | 35 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.2 |
| HSL | 42.96º | 0.71% | 0.47% | - |
| HSV(B) | 42.96º | 0.83% | 0.8% | - |
| XYZ | 37.09 | 36.74 | 6.73 | - |
| YUV | 156.56 | 59.4 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 156 | 35 | 0 | 0.24 | 0.83 | 0.2 | 42.96 | 0.71 | 0.47 |
| Hex | CC | 9C | 23 | 0 | 18 | 53 | 14 | 2B | 47 | 2F |
| Octal | 314 | 234 | 43 | 0 | 30 | 123 | 24 | 53 | 107 | 57 |
| Binary | 11001100 | 10011100 | 100011 | 0 | 11000 | 1010011 | 10100 | 101011 | 1000111 | 101111 |
Color Harmonies of #CC9C23
Complementary color
Monochromatic Colors of #CC9C23
Black with #CC9C23
Text Example
Text Example
White with #CC9C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9C23; }
p { color: rgb(204,156,35); }
H1.HeaderClassName
{
color: #CC9C23;
}
.AnyTagClassName
{
color: #CC9C23;
}
</style>
background-color css
<style>
a { background-color: #CC9C23; }
a { background-color: rgb(204,156,35); }
div.DivClassName
{
background-color: #CC9C23;
}
.BgClassName
{
background-color: #CC9C23;
}
</style>
border-color css
<style>
span { border-color: #CC9C23; }
span { border-color: rgb(204,156,35); }
td.TdClassName
{
border-color: #CC9C23;
}
.TagClassName
{
border-color: #CC9C23;
}
</style>