Html Css Color HEX #C9A537 Metallic Gold

📋 copy color: '#C9A537'

red 201 ◦ green 165 ◦ blue 55

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

Shades of Metallic Gold #C9A537

Tints of Metallic Gold #C9A537

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.19%

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

R = 47.74%
G = 39.19%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C9A537 (or 0xC9A537) is known color: Metallic Gold. HEX triplet: C9, A5 and 37. RGB value is (201,165,55). Sum of RGB (Red+Green+Blue) = 201+165+55=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 55 (21.88% from 255 or 13.06% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A537 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A537 is #365AC8. Grayscale: #A3A3A3. Windows color (decimal): -3562185 or 3646921. OLE color: 3646921.

HSL color Cylindrical-coordinate representation of color #C9A537: hue angle of 45.21º 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 #C9A537 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 165 55 -
CMYK 0 0.18 0.73 0.21
HSL 45.21º 0.57% 0.5% -
HSV(B) 45.21º 0.73% 0.79% -
XYZ 38.23 39.6 9.24 -
YUV 163.22 66.93 154.94 -
System Red Green Blue C M Y K H S L
Decimal 201 165 55 0 0.18 0.73 0.21 45.21 0.57 0.5
Hex C9 A5 37 0 12 49 15 2D 39 32
Octal 311 245 67 0 22 111 25 55 71 62
Binary 11001001 10100101 110111 0 10010 1001001 10101 101101 111001 110010

Color Harmonies of #C9A537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A537

Black with #C9A537

Text Example


Text Example

White with #C9A537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A537; }

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

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

background-color css

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

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

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

border-color css

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

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

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