Shades of Galliano #CCA12E
Tints of Galliano #CCA12E
RGB
CMYK
RGB Variations
Color information
#CCA12E (or 0xCCA12E) is known color: Galliano. HEX triplet: CC, A1 and 2E. RGB value is (204,161,46). Sum of RGB (Red+Green+Blue) = 204+161+46=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 46 (18.36% from 255 or 11.19% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA12E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA12E is #335ED1. Grayscale: #A1A1A1. Windows color (decimal): -3366610 or 3056076. OLE color: 3056076.
HSL color Cylindrical-coordinate representation of color #CCA12E: hue angle of 43.67º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCA12E is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 46 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.2 |
| HSL | 43.67º | 0.63% | 0.49% | - |
| HSV(B) | 43.67º | 0.77% | 0.8% | - |
| XYZ | 38.14 | 38.52 | 8.01 | - |
| YUV | 160.75 | 63.25 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 46 | 0 | 0.21 | 0.77 | 0.2 | 43.67 | 0.63 | 0.49 |
| Hex | CC | A1 | 2E | 0 | 15 | 4D | 14 | 2C | 3F | 31 |
| Octal | 314 | 241 | 56 | 0 | 25 | 115 | 24 | 54 | 77 | 61 |
| Binary | 11001100 | 10100001 | 101110 | 0 | 10101 | 1001101 | 10100 | 101100 | 111111 | 110001 |
Color Harmonies of #CCA12E
Complementary color
Monochromatic Colors of #CCA12E
Black with #CCA12E
Text Example
Text Example
White with #CCA12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA12E; }
p { color: rgb(204,161,46); }
H1.HeaderClassName
{
color: #CCA12E;
}
.AnyTagClassName
{
color: #CCA12E;
}
</style>
background-color css
<style>
a { background-color: #CCA12E; }
a { background-color: rgb(204,161,46); }
div.DivClassName
{
background-color: #CCA12E;
}
.BgClassName
{
background-color: #CCA12E;
}
</style>
border-color css
<style>
span { border-color: #CCA12E; }
span { border-color: rgb(204,161,46); }
td.TdClassName
{
border-color: #CCA12E;
}
.TagClassName
{
border-color: #CCA12E;
}
</style>