Shades of Galliano #CCA127
Tints of Galliano #CCA127
RGB
CMYK
RGB Variations
Color information
#CCA127 (or 0xCCA127) is known color: Galliano. HEX triplet: CC, A1 and 27. RGB value is (204,161,39). Sum of RGB (Red+Green+Blue) = 204+161+39=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 39 (15.62% from 255 or 9.65% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA127 is #335ED8. Grayscale: #A0A0A0. Windows color (decimal): -3366617 or 2597324. OLE color: 2597324.
HSL color Cylindrical-coordinate representation of color #CCA127: hue angle of 44.36º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCA127 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 39 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.2 |
| HSL | 44.36º | 0.68% | 0.48% | - |
| HSV(B) | 44.36º | 0.81% | 0.8% | - |
| XYZ | 38.01 | 38.47 | 7.34 | - |
| YUV | 159.95 | 59.75 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 39 | 0 | 0.21 | 0.81 | 0.2 | 44.36 | 0.68 | 0.48 |
| Hex | CC | A1 | 27 | 0 | 15 | 51 | 14 | 2C | 44 | 30 |
| Octal | 314 | 241 | 47 | 0 | 25 | 121 | 24 | 54 | 104 | 60 |
| Binary | 11001100 | 10100001 | 100111 | 0 | 10101 | 1010001 | 10100 | 101100 | 1000100 | 110000 |
Color Harmonies of #CCA127
Complementary color
Monochromatic Colors of #CCA127
Black with #CCA127
Text Example
Text Example
White with #CCA127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA127; }
p { color: rgb(204,161,39); }
H1.HeaderClassName
{
color: #CCA127;
}
.AnyTagClassName
{
color: #CCA127;
}
</style>
background-color css
<style>
a { background-color: #CCA127; }
a { background-color: rgb(204,161,39); }
div.DivClassName
{
background-color: #CCA127;
}
.BgClassName
{
background-color: #CCA127;
}
</style>
border-color css
<style>
span { border-color: #CCA127; }
span { border-color: rgb(204,161,39); }
td.TdClassName
{
border-color: #CCA127;
}
.TagClassName
{
border-color: #CCA127;
}
</style>