Shades of Galliano #CAAC1E
Tints of Galliano #CAAC1E
RGB
CMYK
RGB Variations
Color information
#CAAC1E (or 0xCAAC1E) is known color: Galliano. HEX triplet: CA, AC and 1E. RGB value is (202,172,30). Sum of RGB (Red+Green+Blue) = 202+172+30=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 30 (12.11% from 255 or 7.43% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAC1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAAC1E is #3553E1. Grayscale: #A5A5A5. Windows color (decimal): -3494882 or 2010314. OLE color: 2010314.
HSL color Cylindrical-coordinate representation of color #CAAC1E: hue angle of 49.53º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CAAC1E is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 172 | 30 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.21 |
| HSL | 49.53º | 0.74% | 0.45% | - |
| HSV(B) | 49.53º | 0.85% | 0.79% | - |
| XYZ | 39.34 | 42.16 | 7.29 | - |
| YUV | 164.78 | 51.94 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 172 | 30 | 0 | 0.15 | 0.85 | 0.21 | 49.53 | 0.74 | 0.45 |
| Hex | CA | AC | 1E | 0 | F | 55 | 15 | 32 | 4A | 2D |
| Octal | 312 | 254 | 36 | 0 | 17 | 125 | 25 | 62 | 112 | 55 |
| Binary | 11001010 | 10101100 | 11110 | 0 | 1111 | 1010101 | 10101 | 110010 | 1001010 | 101101 |
Color Harmonies of #CAAC1E
Complementary color
Monochromatic Colors of #CAAC1E
Black with #CAAC1E
Text Example
Text Example
White with #CAAC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAC1E; }
p { color: rgb(202,172,30); }
H1.HeaderClassName
{
color: #CAAC1E;
}
.AnyTagClassName
{
color: #CAAC1E;
}
</style>
background-color css
<style>
a { background-color: #CAAC1E; }
a { background-color: rgb(202,172,30); }
div.DivClassName
{
background-color: #CAAC1E;
}
.BgClassName
{
background-color: #CAAC1E;
}
</style>
border-color css
<style>
span { border-color: #CAAC1E; }
span { border-color: rgb(202,172,30); }
td.TdClassName
{
border-color: #CAAC1E;
}
.TagClassName
{
border-color: #CAAC1E;
}
</style>