Shades of Galliano #CC9F1C
Tints of Galliano #CC9F1C
RGB
CMYK
RGB Variations
Color information
#CC9F1C (or 0xCC9F1C) is known color: Galliano. HEX triplet: CC, 9F and 1C. RGB value is (204,159,28). Sum of RGB (Red+Green+Blue) = 204+159+28=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 28 (11.33% from 255 or 7.16% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9F1C is #3360E3. Grayscale: #9E9E9E. Windows color (decimal): -3367140 or 1875916. OLE color: 1875916.
HSL color Cylindrical-coordinate representation of color #CC9F1C: hue angle of 44.66º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC9F1C is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 159 | 28 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.2 |
| HSL | 44.66º | 0.76% | 0.45% | - |
| HSV(B) | 44.66º | 0.86% | 0.8% | - |
| XYZ | 37.51 | 37.72 | 6.4 | - |
| YUV | 157.52 | 54.91 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 159 | 28 | 0 | 0.22 | 0.86 | 0.2 | 44.66 | 0.76 | 0.45 |
| Hex | CC | 9F | 1C | 0 | 16 | 56 | 14 | 2D | 4C | 2D |
| Octal | 314 | 237 | 34 | 0 | 26 | 126 | 24 | 55 | 114 | 55 |
| Binary | 11001100 | 10011111 | 11100 | 0 | 10110 | 1010110 | 10100 | 101101 | 1001100 | 101101 |
Color Harmonies of #CC9F1C
Complementary color
Monochromatic Colors of #CC9F1C
Black with #CC9F1C
Text Example
Text Example
White with #CC9F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9F1C; }
p { color: rgb(204,159,28); }
H1.HeaderClassName
{
color: #CC9F1C;
}
.AnyTagClassName
{
color: #CC9F1C;
}
</style>
background-color css
<style>
a { background-color: #CC9F1C; }
a { background-color: rgb(204,159,28); }
div.DivClassName
{
background-color: #CC9F1C;
}
.BgClassName
{
background-color: #CC9F1C;
}
</style>
border-color css
<style>
span { border-color: #CC9F1C; }
span { border-color: rgb(204,159,28); }
td.TdClassName
{
border-color: #CC9F1C;
}
.TagClassName
{
border-color: #CC9F1C;
}
</style>