Html Css Color HEX #C9AA37 Metallic Gold

📋 copy color: '#C9AA37'

red 201 ◦ green 170 ◦ blue 55

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

Shades of Metallic Gold #C9AA37

Tints of Metallic Gold #C9AA37

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.91%

 BLUE value IS 55 (21.88% from 255) = 12.91%

R = 47.18%
G = 39.91%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C9AA37 (or 0xC9AA37) is known color: Metallic Gold. HEX triplet: C9, AA and 37. RGB value is (201,170,55). Sum of RGB (Red+Green+Blue) = 201+170+55=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 55 (21.88% from 255 or 12.91% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AA37 is #3655C8. Grayscale: #A6A6A6. Windows color (decimal): -3560905 or 3648201. OLE color: 3648201.

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

Color convert

RGB 201 170 55 -
CMYK 0 0.15 0.73 0.21
HSL 47.26º 0.57% 0.5% -
HSV(B) 47.26º 0.73% 0.79% -
XYZ 39.15 41.44 9.55 -
YUV 166.16 65.27 152.85 -
System Red Green Blue C M Y K H S L
Decimal 201 170 55 0 0.15 0.73 0.21 47.26 0.57 0.5
Hex C9 AA 37 0 F 49 15 2F 39 32
Octal 311 252 67 0 17 111 25 57 71 62
Binary 11001001 10101010 110111 0 1111 1001001 10101 101111 111001 110010

Color Harmonies of #C9AA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AA37

Black with #C9AA37

Text Example


Text Example

White with #C9AA37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AA37; }

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

 H1.HeaderClassName
 {
   color: #C9AA37;
 }
 .AnyTagClassName
 {
   color: #C9AA37;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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