Shades of Galliano #CCA62A
Tints of Galliano #CCA62A
RGB
CMYK
RGB Variations
Color information
#CCA62A (or 0xCCA62A) is known color: Galliano. HEX triplet: CC, A6 and 2A. RGB value is (204,166,42). Sum of RGB (Red+Green+Blue) = 204+166+42=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 42 (16.80% from 255 or 10.19% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA62A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA62A is #3359D5. Grayscale: #A3A3A3. Windows color (decimal): -3365334 or 2795212. OLE color: 2795212.
HSL color Cylindrical-coordinate representation of color #CCA62A: hue angle of 45.93º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCA62A is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 42 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.2 |
| HSL | 45.93º | 0.66% | 0.48% | - |
| HSV(B) | 45.93º | 0.79% | 0.8% | - |
| XYZ | 38.96 | 40.28 | 7.91 | - |
| YUV | 163.23 | 59.59 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 42 | 0 | 0.19 | 0.79 | 0.2 | 45.93 | 0.66 | 0.48 |
| Hex | CC | A6 | 2A | 0 | 13 | 4F | 14 | 2E | 42 | 30 |
| Octal | 314 | 246 | 52 | 0 | 23 | 117 | 24 | 56 | 102 | 60 |
| Binary | 11001100 | 10100110 | 101010 | 0 | 10011 | 1001111 | 10100 | 101110 | 1000010 | 110000 |
Color Harmonies of #CCA62A
Complementary color
Monochromatic Colors of #CCA62A
Black with #CCA62A
Text Example
Text Example
White with #CCA62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA62A; }
p { color: rgb(204,166,42); }
H1.HeaderClassName
{
color: #CCA62A;
}
.AnyTagClassName
{
color: #CCA62A;
}
</style>
background-color css
<style>
a { background-color: #CCA62A; }
a { background-color: rgb(204,166,42); }
div.DivClassName
{
background-color: #CCA62A;
}
.BgClassName
{
background-color: #CCA62A;
}
</style>
border-color css
<style>
span { border-color: #CCA62A; }
span { border-color: rgb(204,166,42); }
td.TdClassName
{
border-color: #CCA62A;
}
.TagClassName
{
border-color: #CCA62A;
}
</style>