Shades of Galliano #CCA828
Tints of Galliano #CCA828
RGB
CMYK
RGB Variations
Color information
#CCA828 (or 0xCCA828) is known color: Galliano. HEX triplet: CC, A8 and 28. RGB value is (204,168,40). Sum of RGB (Red+Green+Blue) = 204+168+40=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 40 (16.02% from 255 or 9.71% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA828 is #3357D7. Grayscale: #A4A4A4. Windows color (decimal): -3364824 or 2664652. OLE color: 2664652.
HSL color Cylindrical-coordinate representation of color #CCA828: hue angle of 46.83º 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 #CCA828 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 40 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.2 |
| HSL | 46.83º | 0.67% | 0.48% | - |
| HSV(B) | 46.83º | 0.8% | 0.8% | - |
| XYZ | 39.29 | 41 | 7.85 | - |
| YUV | 164.17 | 57.93 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 40 | 0 | 0.18 | 0.80 | 0.2 | 46.83 | 0.67 | 0.48 |
| Hex | CC | A8 | 28 | 0 | 12 | 50 | 14 | 2F | 43 | 30 |
| Octal | 314 | 250 | 50 | 0 | 22 | 120 | 24 | 57 | 103 | 60 |
| Binary | 11001100 | 10101000 | 101000 | 0 | 10010 | 1010000 | 10100 | 101111 | 1000011 | 110000 |
Color Harmonies of #CCA828
Complementary color
Monochromatic Colors of #CCA828
Black with #CCA828
Text Example
Text Example
White with #CCA828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA828; }
p { color: rgb(204,168,40); }
H1.HeaderClassName
{
color: #CCA828;
}
.AnyTagClassName
{
color: #CCA828;
}
</style>
background-color css
<style>
a { background-color: #CCA828; }
a { background-color: rgb(204,168,40); }
div.DivClassName
{
background-color: #CCA828;
}
.BgClassName
{
background-color: #CCA828;
}
</style>
border-color css
<style>
span { border-color: #CCA828; }
span { border-color: rgb(204,168,40); }
td.TdClassName
{
border-color: #CCA828;
}
.TagClassName
{
border-color: #CCA828;
}
</style>