Shades of Galliano #CCA226
Tints of Galliano #CCA226
RGB
CMYK
RGB Variations
Color information
#CCA226 (or 0xCCA226) is known color: Galliano. HEX triplet: CC, A2 and 26. RGB value is (204,162,38). Sum of RGB (Red+Green+Blue) = 204+162+38=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 38 (15.23% from 255 or 9.41% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA226 is #335DD9. Grayscale: #A0A0A0. Windows color (decimal): -3366362 or 2532044. OLE color: 2532044.
HSL color Cylindrical-coordinate representation of color #CCA226: hue angle of 44.82º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCA226 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 38 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.2 |
| HSL | 44.82º | 0.69% | 0.47% | - |
| HSV(B) | 44.82º | 0.81% | 0.8% | - |
| XYZ | 38.17 | 38.82 | 7.31 | - |
| YUV | 160.42 | 58.91 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 38 | 0 | 0.21 | 0.81 | 0.2 | 44.82 | 0.69 | 0.47 |
| Hex | CC | A2 | 26 | 0 | 15 | 51 | 14 | 2D | 45 | 2F |
| Octal | 314 | 242 | 46 | 0 | 25 | 121 | 24 | 55 | 105 | 57 |
| Binary | 11001100 | 10100010 | 100110 | 0 | 10101 | 1010001 | 10100 | 101101 | 1000101 | 101111 |
Color Harmonies of #CCA226
Complementary color
Monochromatic Colors of #CCA226
Black with #CCA226
Text Example
Text Example
White with #CCA226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA226; }
p { color: rgb(204,162,38); }
H1.HeaderClassName
{
color: #CCA226;
}
.AnyTagClassName
{
color: #CCA226;
}
</style>
background-color css
<style>
a { background-color: #CCA226; }
a { background-color: rgb(204,162,38); }
div.DivClassName
{
background-color: #CCA226;
}
.BgClassName
{
background-color: #CCA226;
}
</style>
border-color css
<style>
span { border-color: #CCA226; }
span { border-color: rgb(204,162,38); }
td.TdClassName
{
border-color: #CCA226;
}
.TagClassName
{
border-color: #CCA226;
}
</style>