Shades of Galliano #CAA42B
Tints of Galliano #CAA42B
RGB
CMYK
RGB Variations
Color information
#CAA42B (or 0xCAA42B) is known color: Galliano. HEX triplet: CA, A4 and 2B. RGB value is (202,164,43). Sum of RGB (Red+Green+Blue) = 202+164+43=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 43 (17.19% from 255 or 10.51% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA42B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA42B is #355BD4. Grayscale: #A2A2A2. Windows color (decimal): -3496917 or 2860234. OLE color: 2860234.
HSL color Cylindrical-coordinate representation of color #CAA42B: hue angle of 45.66º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CAA42B is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 164 | 43 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.21 |
| HSL | 45.66º | 0.65% | 0.48% | - |
| HSV(B) | 45.66º | 0.79% | 0.79% | - |
| XYZ | 38.07 | 39.28 | 7.86 | - |
| YUV | 161.57 | 61.09 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 43 | 0 | 0.19 | 0.79 | 0.21 | 45.66 | 0.65 | 0.48 |
| Hex | CA | A4 | 2B | 0 | 13 | 4F | 15 | 2E | 41 | 30 |
| Octal | 312 | 244 | 53 | 0 | 23 | 117 | 25 | 56 | 101 | 60 |
| Binary | 11001010 | 10100100 | 101011 | 0 | 10011 | 1001111 | 10101 | 101110 | 1000001 | 110000 |
Color Harmonies of #CAA42B
Complementary color
Monochromatic Colors of #CAA42B
Black with #CAA42B
Text Example
Text Example
White with #CAA42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA42B; }
p { color: rgb(202,164,43); }
H1.HeaderClassName
{
color: #CAA42B;
}
.AnyTagClassName
{
color: #CAA42B;
}
</style>
background-color css
<style>
a { background-color: #CAA42B; }
a { background-color: rgb(202,164,43); }
div.DivClassName
{
background-color: #CAA42B;
}
.BgClassName
{
background-color: #CAA42B;
}
</style>
border-color css
<style>
span { border-color: #CAA42B; }
span { border-color: rgb(202,164,43); }
td.TdClassName
{
border-color: #CAA42B;
}
.TagClassName
{
border-color: #CAA42B;
}
</style>