Shades of Galliano #CCA319
Tints of Galliano #CCA319
RGB
CMYK
RGB Variations
Color information
#CCA319 (or 0xCCA319) is known color: Galliano. HEX triplet: CC, A3 and 19. RGB value is (204,163,25). Sum of RGB (Red+Green+Blue) = 204+163+25=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 25 (10.16% from 255 or 6.38% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA319 is #335CE6. Grayscale: #A0A0A0. Windows color (decimal): -3366119 or 1680332. OLE color: 1680332.
HSL color Cylindrical-coordinate representation of color #CCA319: hue angle of 46.26º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCA319 is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 25 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.2 |
| HSL | 46.26º | 0.78% | 0.45% | - |
| HSV(B) | 46.26º | 0.88% | 0.8% | - |
| XYZ | 38.17 | 39.1 | 6.46 | - |
| YUV | 159.53 | 52.08 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 25 | 0 | 0.20 | 0.88 | 0.2 | 46.26 | 0.78 | 0.45 |
| Hex | CC | A3 | 19 | 0 | 14 | 58 | 14 | 2E | 4E | 2D |
| Octal | 314 | 243 | 31 | 0 | 24 | 130 | 24 | 56 | 116 | 55 |
| Binary | 11001100 | 10100011 | 11001 | 0 | 10100 | 1011000 | 10100 | 101110 | 1001110 | 101101 |
Color Harmonies of #CCA319
Complementary color
Monochromatic Colors of #CCA319
Black with #CCA319
Text Example
Text Example
White with #CCA319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA319; }
p { color: rgb(204,163,25); }
H1.HeaderClassName
{
color: #CCA319;
}
.AnyTagClassName
{
color: #CCA319;
}
</style>
background-color css
<style>
a { background-color: #CCA319; }
a { background-color: rgb(204,163,25); }
div.DivClassName
{
background-color: #CCA319;
}
.BgClassName
{
background-color: #CCA319;
}
</style>
border-color css
<style>
span { border-color: #CCA319; }
span { border-color: rgb(204,163,25); }
td.TdClassName
{
border-color: #CCA319;
}
.TagClassName
{
border-color: #CCA319;
}
</style>