Shades of Galliano #CAA02E
Tints of Galliano #CAA02E
RGB
CMYK
RGB Variations
Color information
#CAA02E (or 0xCAA02E) is known color: Galliano. HEX triplet: CA, A0 and 2E. RGB value is (202,160,46). Sum of RGB (Red+Green+Blue) = 202+160+46=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 46 (18.36% from 255 or 11.27% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA02E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA02E is #355FD1. Grayscale: #A0A0A0. Windows color (decimal): -3497938 or 3055818. OLE color: 3055818.
HSL color Cylindrical-coordinate representation of color #CAA02E: hue angle of 43.85º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CAA02E is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 46 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.21 |
| HSL | 43.85º | 0.63% | 0.49% | - |
| HSV(B) | 43.85º | 0.77% | 0.79% | - |
| XYZ | 37.42 | 37.9 | 7.93 | - |
| YUV | 159.56 | 63.91 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 46 | 0 | 0.21 | 0.77 | 0.21 | 43.85 | 0.63 | 0.49 |
| Hex | CA | A0 | 2E | 0 | 15 | 4D | 15 | 2C | 3F | 31 |
| Octal | 312 | 240 | 56 | 0 | 25 | 115 | 25 | 54 | 77 | 61 |
| Binary | 11001010 | 10100000 | 101110 | 0 | 10101 | 1001101 | 10101 | 101100 | 111111 | 110001 |
Color Harmonies of #CAA02E
Complementary color
Monochromatic Colors of #CAA02E
Black with #CAA02E
Text Example
Text Example
White with #CAA02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA02E; }
p { color: rgb(202,160,46); }
H1.HeaderClassName
{
color: #CAA02E;
}
.AnyTagClassName
{
color: #CAA02E;
}
</style>
background-color css
<style>
a { background-color: #CAA02E; }
a { background-color: rgb(202,160,46); }
div.DivClassName
{
background-color: #CAA02E;
}
.BgClassName
{
background-color: #CAA02E;
}
</style>
border-color css
<style>
span { border-color: #CAA02E; }
span { border-color: rgb(202,160,46); }
td.TdClassName
{
border-color: #CAA02E;
}
.TagClassName
{
border-color: #CAA02E;
}
</style>