Shades of Galliano #CCAC1B
Tints of Galliano #CCAC1B
RGB
CMYK
RGB Variations
Color information
#CCAC1B (or 0xCCAC1B) is known color: Galliano. HEX triplet: CC, AC and 1B. RGB value is (204,172,27). Sum of RGB (Red+Green+Blue) = 204+172+27=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 27 (10.94% from 255 or 6.70% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAC1B is #3353E4. Grayscale: #A5A5A5. Windows color (decimal): -3363813 or 1813708. OLE color: 1813708.
HSL color Cylindrical-coordinate representation of color #CCAC1B: hue angle of 49.15º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCAC1B is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 27 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.2 |
| HSL | 49.15º | 0.77% | 0.45% | - |
| HSV(B) | 49.15º | 0.87% | 0.8% | - |
| XYZ | 39.85 | 42.42 | 7.12 | - |
| YUV | 165.04 | 50.1 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 27 | 0 | 0.16 | 0.87 | 0.2 | 49.15 | 0.77 | 0.45 |
| Hex | CC | AC | 1B | 0 | 10 | 57 | 14 | 31 | 4D | 2D |
| Octal | 314 | 254 | 33 | 0 | 20 | 127 | 24 | 61 | 115 | 55 |
| Binary | 11001100 | 10101100 | 11011 | 0 | 10000 | 1010111 | 10100 | 110001 | 1001101 | 101101 |
Color Harmonies of #CCAC1B
Complementary color
Monochromatic Colors of #CCAC1B
Black with #CCAC1B
Text Example
Text Example
White with #CCAC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAC1B; }
p { color: rgb(204,172,27); }
H1.HeaderClassName
{
color: #CCAC1B;
}
.AnyTagClassName
{
color: #CCAC1B;
}
</style>
background-color css
<style>
a { background-color: #CCAC1B; }
a { background-color: rgb(204,172,27); }
div.DivClassName
{
background-color: #CCAC1B;
}
.BgClassName
{
background-color: #CCAC1B;
}
</style>
border-color css
<style>
span { border-color: #CCAC1B; }
span { border-color: rgb(204,172,27); }
td.TdClassName
{
border-color: #CCAC1B;
}
.TagClassName
{
border-color: #CCAC1B;
}
</style>