Shades of Galliano #CAA22A
Tints of Galliano #CAA22A
RGB
CMYK
RGB Variations
Color information
#CAA22A (or 0xCAA22A) is known color: Galliano. HEX triplet: CA, A2 and 2A. RGB value is (202,162,42). Sum of RGB (Red+Green+Blue) = 202+162+42=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 42 (16.80% from 255 or 10.34% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA22A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA22A is #355DD5. Grayscale: #A0A0A0. Windows color (decimal): -3497430 or 2794186. OLE color: 2794186.
HSL color Cylindrical-coordinate representation of color #CAA22A: hue angle of 45º 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 #CAA22A is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 42 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.21 |
| HSL | 45º | 0.66% | 0.48% | - |
| HSV(B) | 45º | 0.79% | 0.79% | - |
| XYZ | 37.7 | 38.56 | 7.65 | - |
| YUV | 160.28 | 61.25 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 42 | 0 | 0.20 | 0.79 | 0.21 | 45 | 0.66 | 0.48 |
| Hex | CA | A2 | 2A | 0 | 14 | 4F | 15 | 2D | 42 | 30 |
| Octal | 312 | 242 | 52 | 0 | 24 | 117 | 25 | 55 | 102 | 60 |
| Binary | 11001010 | 10100010 | 101010 | 0 | 10100 | 1001111 | 10101 | 101101 | 1000010 | 110000 |
Color Harmonies of #CAA22A
Complementary color
Monochromatic Colors of #CAA22A
Black with #CAA22A
Text Example
Text Example
White with #CAA22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA22A; }
p { color: rgb(202,162,42); }
H1.HeaderClassName
{
color: #CAA22A;
}
.AnyTagClassName
{
color: #CAA22A;
}
</style>
background-color css
<style>
a { background-color: #CAA22A; }
a { background-color: rgb(202,162,42); }
div.DivClassName
{
background-color: #CAA22A;
}
.BgClassName
{
background-color: #CAA22A;
}
</style>
border-color css
<style>
span { border-color: #CAA22A; }
span { border-color: rgb(202,162,42); }
td.TdClassName
{
border-color: #CAA22A;
}
.TagClassName
{
border-color: #CAA22A;
}
</style>