Html Css Color HEX #C9A42E Metallic Gold

📋 copy color: '#C9A42E'

red 201 ◦ green 164 ◦ blue 46

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

Shades of Metallic Gold #C9A42E

Tints of Metallic Gold #C9A42E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.9%

 BLUE value IS 46 (18.36% from 255) = 11.19%

R = 48.91%
G = 39.9%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C9A42E (or 0xC9A42E) is known color: Metallic Gold. HEX triplet: C9, A4 and 2E. RGB value is (201,164,46). Sum of RGB (Red+Green+Blue) = 201+164+46=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 46 (18.36% from 255 or 11.19% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A42E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A42E is #365BD1. Grayscale: #A2A2A2. Windows color (decimal): -3562450 or 3056841. OLE color: 3056841.

HSL color Cylindrical-coordinate representation of color #C9A42E: hue angle of 45.68º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C9A42E is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 164 46 -
CMYK 0 0.18 0.77 0.21
HSL 45.68º 0.63% 0.48% -
HSV(B) 45.68º 0.77% 0.79% -
XYZ 37.86 39.17 8.15 -
YUV 161.61 62.76 156.09 -
System Red Green Blue C M Y K H S L
Decimal 201 164 46 0 0.18 0.77 0.21 45.68 0.63 0.48
Hex C9 A4 2E 0 12 4D 15 2E 3F 30
Octal 311 244 56 0 22 115 25 56 77 60
Binary 11001001 10100100 101110 0 10010 1001101 10101 101110 111111 110000

Color Harmonies of #C9A42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A42E

Black with #C9A42E

Text Example


Text Example

White with #C9A42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A42E; }

 p { color: rgb(201,164,46); }

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

background-color css

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

 a { background-color: rgb(201,164,46); }

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

border-color css

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

 span { border-color: rgb(201,164,46); }

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