Shades of Galliano #CCA42C
Tints of Galliano #CCA42C
RGB
CMYK
RGB Variations
Color information
#CCA42C (or 0xCCA42C) is known color: Galliano. HEX triplet: CC, A4 and 2C. RGB value is (204,164,44). Sum of RGB (Red+Green+Blue) = 204+164+44=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 44 (17.58% from 255 or 10.68% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA42C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA42C is #335BD3. Grayscale: #A2A2A2. Windows color (decimal): -3365844 or 2925772. OLE color: 2925772.
HSL color Cylindrical-coordinate representation of color #CCA42C: hue angle of 45º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCA42C is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 164 | 44 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.2 |
| HSL | 45º | 0.65% | 0.49% | - |
| HSV(B) | 45º | 0.78% | 0.8% | - |
| XYZ | 38.63 | 39.57 | 7.98 | - |
| YUV | 162.28 | 61.25 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 164 | 44 | 0 | 0.20 | 0.78 | 0.2 | 45 | 0.65 | 0.49 |
| Hex | CC | A4 | 2C | 0 | 14 | 4E | 14 | 2D | 41 | 31 |
| Octal | 314 | 244 | 54 | 0 | 24 | 116 | 24 | 55 | 101 | 61 |
| Binary | 11001100 | 10100100 | 101100 | 0 | 10100 | 1001110 | 10100 | 101101 | 1000001 | 110001 |
Color Harmonies of #CCA42C
Complementary color
Monochromatic Colors of #CCA42C
Black with #CCA42C
Text Example
Text Example
White with #CCA42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA42C; }
p { color: rgb(204,164,44); }
H1.HeaderClassName
{
color: #CCA42C;
}
.AnyTagClassName
{
color: #CCA42C;
}
</style>
background-color css
<style>
a { background-color: #CCA42C; }
a { background-color: rgb(204,164,44); }
div.DivClassName
{
background-color: #CCA42C;
}
.BgClassName
{
background-color: #CCA42C;
}
</style>
border-color css
<style>
span { border-color: #CCA42C; }
span { border-color: rgb(204,164,44); }
td.TdClassName
{
border-color: #CCA42C;
}
.TagClassName
{
border-color: #CCA42C;
}
</style>