Shades of Galliano #CA9F2E
Tints of Galliano #CA9F2E
RGB
CMYK
RGB Variations
Color information
#CA9F2E (or 0xCA9F2E) is known color: Galliano. HEX triplet: CA, 9F and 2E. RGB value is (202,159,46). Sum of RGB (Red+Green+Blue) = 202+159+46=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 46 (18.36% from 255 or 11.30% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9F2E is #3560D1. Grayscale: #9F9F9F. Windows color (decimal): -3498194 or 3055562. OLE color: 3055562.
HSL color Cylindrical-coordinate representation of color #CA9F2E: hue angle of 43.46º 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 #CA9F2E is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 159 | 46 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.21 |
| HSL | 43.46º | 0.63% | 0.49% | - |
| HSV(B) | 43.46º | 0.77% | 0.79% | - |
| XYZ | 37.25 | 37.55 | 7.87 | - |
| YUV | 158.98 | 64.25 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 159 | 46 | 0 | 0.21 | 0.77 | 0.21 | 43.46 | 0.63 | 0.49 |
| Hex | CA | 9F | 2E | 0 | 15 | 4D | 15 | 2B | 3F | 31 |
| Octal | 312 | 237 | 56 | 0 | 25 | 115 | 25 | 53 | 77 | 61 |
| Binary | 11001010 | 10011111 | 101110 | 0 | 10101 | 1001101 | 10101 | 101011 | 111111 | 110001 |
Color Harmonies of #CA9F2E
Complementary color
Monochromatic Colors of #CA9F2E
Black with #CA9F2E
Text Example
Text Example
White with #CA9F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9F2E; }
p { color: rgb(202,159,46); }
H1.HeaderClassName
{
color: #CA9F2E;
}
.AnyTagClassName
{
color: #CA9F2E;
}
</style>
background-color css
<style>
a { background-color: #CA9F2E; }
a { background-color: rgb(202,159,46); }
div.DivClassName
{
background-color: #CA9F2E;
}
.BgClassName
{
background-color: #CA9F2E;
}
</style>
border-color css
<style>
span { border-color: #CA9F2E; }
span { border-color: rgb(202,159,46); }
td.TdClassName
{
border-color: #CA9F2E;
}
.TagClassName
{
border-color: #CA9F2E;
}
</style>