Shades of Galliano #CAA523
Tints of Galliano #CAA523
RGB
CMYK
RGB Variations
Color information
#CAA523 (or 0xCAA523) is known color: Galliano. HEX triplet: CA, A5 and 23. RGB value is (202,165,35). Sum of RGB (Red+Green+Blue) = 202+165+35=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 35 (14.06% from 255 or 8.71% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA523 is #355ADC. Grayscale: #A1A1A1. Windows color (decimal): -3496669 or 2336202. OLE color: 2336202.
HSL color Cylindrical-coordinate representation of color #CAA523: hue angle of 46.71º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CAA523 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 35 | - |
| CMYK | 0 | 0.18 | 0.83 | 0.21 |
| HSL | 46.71º | 0.7% | 0.46% | - |
| HSV(B) | 46.71º | 0.83% | 0.79% | - |
| XYZ | 38.12 | 39.59 | 7.22 | - |
| YUV | 161.24 | 56.76 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 35 | 0 | 0.18 | 0.83 | 0.21 | 46.71 | 0.7 | 0.46 |
| Hex | CA | A5 | 23 | 0 | 12 | 53 | 15 | 2F | 46 | 2E |
| Octal | 312 | 245 | 43 | 0 | 22 | 123 | 25 | 57 | 106 | 56 |
| Binary | 11001010 | 10100101 | 100011 | 0 | 10010 | 1010011 | 10101 | 101111 | 1000110 | 101110 |
Color Harmonies of #CAA523
Complementary color
Monochromatic Colors of #CAA523
Black with #CAA523
Text Example
Text Example
White with #CAA523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA523; }
p { color: rgb(202,165,35); }
H1.HeaderClassName
{
color: #CAA523;
}
.AnyTagClassName
{
color: #CAA523;
}
</style>
background-color css
<style>
a { background-color: #CAA523; }
a { background-color: rgb(202,165,35); }
div.DivClassName
{
background-color: #CAA523;
}
.BgClassName
{
background-color: #CAA523;
}
</style>
border-color css
<style>
span { border-color: #CAA523; }
span { border-color: rgb(202,165,35); }
td.TdClassName
{
border-color: #CAA523;
}
.TagClassName
{
border-color: #CAA523;
}
</style>