Html Css Color HEX #C9A637 Metallic Gold

📋 copy color: '#C9A637'

red 201 ◦ green 166 ◦ blue 55

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

Shades of Metallic Gold #C9A637

Tints of Metallic Gold #C9A637

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.34%

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

R = 47.63%
G = 39.34%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C9A637 (or 0xC9A637) is known color: Metallic Gold. HEX triplet: C9, A6 and 37. RGB value is (201,166,55). Sum of RGB (Red+Green+Blue) = 201+166+55=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 55 (21.88% from 255 or 13.03% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A637 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A637 is #3659C8. Grayscale: #A4A4A4. Windows color (decimal): -3561929 or 3647177. OLE color: 3647177.

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

Color convert

RGB 201 166 55 -
CMYK 0 0.17 0.73 0.21
HSL 45.62º 0.57% 0.5% -
HSV(B) 45.62º 0.73% 0.79% -
XYZ 38.41 39.97 9.3 -
YUV 163.81 66.6 154.53 -
System Red Green Blue C M Y K H S L
Decimal 201 166 55 0 0.17 0.73 0.21 45.62 0.57 0.5
Hex C9 A6 37 0 11 49 15 2E 39 32
Octal 311 246 67 0 21 111 25 56 71 62
Binary 11001001 10100110 110111 0 10001 1001001 10101 101110 111001 110010

Color Harmonies of #C9A637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A637

Black with #C9A637

Text Example


Text Example

White with #C9A637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A637; }

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

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

background-color css

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

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

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

border-color css

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

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

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