Shades of Galliano #CAA525
Tints of Galliano #CAA525
RGB
CMYK
RGB Variations
Color information
#CAA525 (or 0xCAA525) is known color: Galliano. HEX triplet: CA, A5 and 25. RGB value is (202,165,37). Sum of RGB (Red+Green+Blue) = 202+165+37=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 37 (14.84% from 255 or 9.16% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA525 is #355ADA. Grayscale: #A2A2A2. Windows color (decimal): -3496667 or 2467274. OLE color: 2467274.
HSL color Cylindrical-coordinate representation of color #CAA525: hue angle of 46.55º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CAA525 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 37 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.21 |
| HSL | 46.55º | 0.69% | 0.47% | - |
| HSV(B) | 46.55º | 0.82% | 0.79% | - |
| XYZ | 38.15 | 39.6 | 7.38 | - |
| YUV | 161.47 | 57.76 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 37 | 0 | 0.18 | 0.82 | 0.21 | 46.55 | 0.69 | 0.47 |
| Hex | CA | A5 | 25 | 0 | 12 | 52 | 15 | 2F | 45 | 2F |
| Octal | 312 | 245 | 45 | 0 | 22 | 122 | 25 | 57 | 105 | 57 |
| Binary | 11001010 | 10100101 | 100101 | 0 | 10010 | 1010010 | 10101 | 101111 | 1000101 | 101111 |
Color Harmonies of #CAA525
Complementary color
Monochromatic Colors of #CAA525
Black with #CAA525
Text Example
Text Example
White with #CAA525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA525; }
p { color: rgb(202,165,37); }
H1.HeaderClassName
{
color: #CAA525;
}
.AnyTagClassName
{
color: #CAA525;
}
</style>
background-color css
<style>
a { background-color: #CAA525; }
a { background-color: rgb(202,165,37); }
div.DivClassName
{
background-color: #CAA525;
}
.BgClassName
{
background-color: #CAA525;
}
</style>
border-color css
<style>
span { border-color: #CAA525; }
span { border-color: rgb(202,165,37); }
td.TdClassName
{
border-color: #CAA525;
}
.TagClassName
{
border-color: #CAA525;
}
</style>