Shades of Galliano #CAA82A
Tints of Galliano #CAA82A
RGB
CMYK
RGB Variations
Color information
#CAA82A (or 0xCAA82A) is known color: Galliano. HEX triplet: CA, A8 and 2A. RGB value is (202,168,42). Sum of RGB (Red+Green+Blue) = 202+168+42=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 42 (16.80% from 255 or 10.19% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA82A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA82A is #3557D5. Grayscale: #A4A4A4. Windows color (decimal): -3495894 or 2795722. OLE color: 2795722.
HSL color Cylindrical-coordinate representation of color #CAA82A: hue angle of 47.25º degrees, saturation: 0.66, 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 #CAA82A is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 42 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.21 |
| HSL | 47.25º | 0.66% | 0.48% | - |
| HSV(B) | 47.25º | 0.79% | 0.79% | - |
| XYZ | 38.78 | 40.73 | 8.01 | - |
| YUV | 163.8 | 59.26 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 42 | 0 | 0.17 | 0.79 | 0.21 | 47.25 | 0.66 | 0.48 |
| Hex | CA | A8 | 2A | 0 | 11 | 4F | 15 | 2F | 42 | 30 |
| Octal | 312 | 250 | 52 | 0 | 21 | 117 | 25 | 57 | 102 | 60 |
| Binary | 11001010 | 10101000 | 101010 | 0 | 10001 | 1001111 | 10101 | 101111 | 1000010 | 110000 |
Color Harmonies of #CAA82A
Complementary color
Monochromatic Colors of #CAA82A
Black with #CAA82A
Text Example
Text Example
White with #CAA82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA82A; }
p { color: rgb(202,168,42); }
H1.HeaderClassName
{
color: #CAA82A;
}
.AnyTagClassName
{
color: #CAA82A;
}
</style>
background-color css
<style>
a { background-color: #CAA82A; }
a { background-color: rgb(202,168,42); }
div.DivClassName
{
background-color: #CAA82A;
}
.BgClassName
{
background-color: #CAA82A;
}
</style>
border-color css
<style>
span { border-color: #CAA82A; }
span { border-color: rgb(202,168,42); }
td.TdClassName
{
border-color: #CAA82A;
}
.TagClassName
{
border-color: #CAA82A;
}
</style>