#C9AA19

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

Shades of Galliano #C9AA19

Tints of Galliano #C9AA19

Color information

#C9AA19 (or 0xC9AA19) is unknown color: approx Galliano. HEX triplet: C9, AA and 19. RGB value is (201,170,25). Sum of RGB (Red+Green+Blue) = 201+170+25=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 25 (10.16% from 255 or 6.31% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AA19 is #3655E6. Grayscale: #A3A3A3. Windows color (decimal): -3560935 or 1682121. OLE color: 1682121.

HSL color Cylindrical-coordinate representation of color #C9AA19: hue angle of 49.43º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9AA19 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB20117025-
CMYK00.150.880.21
HSL49.43º77.88%44.31%-
HSV(B)49.43º87.56%78.82%-
XYZ38.6441.246.84-
YUV162.7450.27155.29-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.76%
GREEN value IS 170 (66.80% from 255) = 42.93%
BLUE value IS 25 (10.16% from 255) = 6.31%
R=50.76%
G=42.93%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011702500.150.880.2149.4377.8844.31
HexC9AA190F5815314e2c
Octal31125231017130256111654
Binary110010011010101011001011111011000101011100011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AA19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AA19; }

 p { color: rgb(201,170,25); }

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

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

 a { background-color: rgb(201,170,25); }

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

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

 span { border-color: rgb(201,170,25); }

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