Shades of Galliano #CAA02C
Tints of Galliano #CAA02C
RGB
CMYK
RGB Variations
Color information
#CAA02C (or 0xCAA02C) is known color: Galliano. HEX triplet: CA, A0 and 2C. RGB value is (202,160,44). Sum of RGB (Red+Green+Blue) = 202+160+44=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 44 (17.58% from 255 or 10.84% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA02C is #355FD3. Grayscale: #9F9F9F. Windows color (decimal): -3497940 or 2924746. OLE color: 2924746.
HSL color Cylindrical-coordinate representation of color #CAA02C: hue angle of 44.05º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CAA02C is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 44 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.21 |
| HSL | 44.05º | 0.64% | 0.48% | - |
| HSV(B) | 44.05º | 0.78% | 0.79% | - |
| XYZ | 37.38 | 37.88 | 7.72 | - |
| YUV | 159.33 | 62.91 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 44 | 0 | 0.21 | 0.78 | 0.21 | 44.05 | 0.64 | 0.48 |
| Hex | CA | A0 | 2C | 0 | 15 | 4E | 15 | 2C | 40 | 30 |
| Octal | 312 | 240 | 54 | 0 | 25 | 116 | 25 | 54 | 100 | 60 |
| Binary | 11001010 | 10100000 | 101100 | 0 | 10101 | 1001110 | 10101 | 101100 | 1000000 | 110000 |
Color Harmonies of #CAA02C
Complementary color
Monochromatic Colors of #CAA02C
Black with #CAA02C
Text Example
Text Example
White with #CAA02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA02C; }
p { color: rgb(202,160,44); }
H1.HeaderClassName
{
color: #CAA02C;
}
.AnyTagClassName
{
color: #CAA02C;
}
</style>
background-color css
<style>
a { background-color: #CAA02C; }
a { background-color: rgb(202,160,44); }
div.DivClassName
{
background-color: #CAA02C;
}
.BgClassName
{
background-color: #CAA02C;
}
</style>
border-color css
<style>
span { border-color: #CAA02C; }
span { border-color: rgb(202,160,44); }
td.TdClassName
{
border-color: #CAA02C;
}
.TagClassName
{
border-color: #CAA02C;
}
</style>