Html Css Color HEX #C9AA19 Galliano

📋 copy color: '#C9AA19'

red 201 ◦ green 170 ◦ blue 25

#C9AA19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Galliano #C9AA19

Tints of Galliano #C9AA19

RGB

 RED value IS 201 (78.91% from 255) = 50.76%

 GREEN value IS 170 (66.8% 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 value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C9AA19 (or 0xC9AA19) is known color: 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

RGB 201 170 25 -
CMYK 0 0.15 0.88 0.21
HSL 49.43º 0.78% 0.44% -
HSV(B) 49.43º 0.88% 0.79% -
XYZ 38.64 41.24 6.84 -
YUV 162.74 50.27 155.29 -
System Red Green Blue C M Y K H S L
Decimal 201 170 25 0 0.15 0.88 0.21 49.43 0.78 0.44
Hex C9 AA 19 0 F 58 15 31 4E 2C
Octal 311 252 31 0 17 130 25 61 116 54
Binary 11001001 10101010 11001 0 1111 1011000 10101 110001 1001110 101100

Color Harmonies of #C9AA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AA19

Black with #C9AA19

Text Example


Text Example

White with #C9AA19

Text Example


Text Example

HTML Codes & Css Web 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>