Shades of Galliano #CA9F2D
Tints of Galliano #CA9F2D
RGB
CMYK
RGB Variations
Color information
#CA9F2D (or 0xCA9F2D) is known color: Galliano. HEX triplet: CA, 9F and 2D. RGB value is (202,159,45). Sum of RGB (Red+Green+Blue) = 202+159+45=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9F2D is #3560D2. Grayscale: #9F9F9F. Windows color (decimal): -3498195 or 2990026. OLE color: 2990026.
HSL color Cylindrical-coordinate representation of color #CA9F2D: hue angle of 43.57º 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 #CA9F2D is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 159 | 45 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.21 |
| HSL | 43.57º | 0.64% | 0.48% | - |
| HSV(B) | 43.57º | 0.78% | 0.79% | - |
| XYZ | 37.23 | 37.54 | 7.77 | - |
| YUV | 158.86 | 63.75 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 159 | 45 | 0 | 0.21 | 0.78 | 0.21 | 43.57 | 0.64 | 0.48 |
| Hex | CA | 9F | 2D | 0 | 15 | 4E | 15 | 2C | 40 | 30 |
| Octal | 312 | 237 | 55 | 0 | 25 | 116 | 25 | 54 | 100 | 60 |
| Binary | 11001010 | 10011111 | 101101 | 0 | 10101 | 1001110 | 10101 | 101100 | 1000000 | 110000 |
Color Harmonies of #CA9F2D
Complementary color
Monochromatic Colors of #CA9F2D
Black with #CA9F2D
Text Example
Text Example
White with #CA9F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9F2D; }
p { color: rgb(202,159,45); }
H1.HeaderClassName
{
color: #CA9F2D;
}
.AnyTagClassName
{
color: #CA9F2D;
}
</style>
background-color css
<style>
a { background-color: #CA9F2D; }
a { background-color: rgb(202,159,45); }
div.DivClassName
{
background-color: #CA9F2D;
}
.BgClassName
{
background-color: #CA9F2D;
}
</style>
border-color css
<style>
span { border-color: #CA9F2D; }
span { border-color: rgb(202,159,45); }
td.TdClassName
{
border-color: #CA9F2D;
}
.TagClassName
{
border-color: #CA9F2D;
}
</style>