#C9A12E

Color #C9A12E Galliano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Galliano #C9A12E

Tints of Galliano #C9A12E

Color information

#C9A12E (or 0xC9A12E) is unknown color: approx Galliano. HEX triplet: C9, A1 and 2E. RGB value is (201,161,46). Sum of RGB (Red+Green+Blue) = 201+161+46=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 161 (63.28% from 255 or 39.46% from 408); Blue value is 46 (18.36% from 255 or 11.27% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A12E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A12E is #365ED1. Grayscale: #A0A0A0. Windows color (decimal): -3563218 or 3056073. OLE color: 3056073.

HSL color Cylindrical-coordinate representation of color #C9A12E: hue angle of 44.52º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C9A12E is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB20116146-
CMYK00.200.770.21
HSL44.52º62.75%48.43%-
HSV(B)44.52º77.11%78.82%-
XYZ37.3338.17.97-
YUV159.8563.75157.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 49.26%
GREEN value IS 161 (63.28% from 255) = 39.46%
BLUE value IS 46 (18.36% from 255) = 11.27%
R=49.26%
G=39.46%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.77
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011614600.200.770.2144.5262.7548.43
HexC9A12E0144D152d3f30
Octal3112415602411525557760
Binary1100100110100001101110010100100110110101101101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A12E; }

 p { color: rgb(201,161,46); }

 H1.HeaderClassName
 {
   color: #C9A12E;
 }
 .AnyTagClassName
 {
   color: #C9A12E;
 }
</style>
background-color css

<style>
 a { background-color: #C9A12E; }

 a { background-color: rgb(201,161,46); }

 div.DivClassName
 {
   background-color: #C9A12E;
 }
 .BgClassName
 {
   background-color: #C9A12E;
 }
</style>
border-color css

<style>
 span { border-color: #C9A12E; }

 span { border-color: rgb(201,161,46); }

 td.TdClassName
 {
   border-color: #C9A12E;
 }
 .TagClassName
 {
   border-color: #C9A12E;
 }
</style>