Html Css Color HEX #C9A32E Metallic Gold

📋 copy color: '#C9A32E'

red 201 ◦ green 163 ◦ blue 46

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

Shades of Metallic Gold #C9A32E

Tints of Metallic Gold #C9A32E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.76%

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

R = 49.02%
G = 39.76%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C9A32E (or 0xC9A32E) is known color: Metallic Gold. HEX triplet: C9, A3 and 2E. RGB value is (201,163,46). Sum of RGB (Red+Green+Blue) = 201+163+46=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 46 (18.36% from 255 or 11.22% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A32E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A32E is #365CD1. Grayscale: #A1A1A1. Windows color (decimal): -3562706 or 3056585. OLE color: 3056585.

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

Color convert

RGB 201 163 46 -
CMYK 0 0.19 0.77 0.21
HSL 45.29º 0.63% 0.48% -
HSV(B) 45.29º 0.77% 0.79% -
XYZ 37.68 38.81 8.09 -
YUV 161.02 63.09 156.51 -
System Red Green Blue C M Y K H S L
Decimal 201 163 46 0 0.19 0.77 0.21 45.29 0.63 0.48
Hex C9 A3 2E 0 13 4D 15 2D 3F 30
Octal 311 243 56 0 23 115 25 55 77 60
Binary 11001001 10100011 101110 0 10011 1001101 10101 101101 111111 110000

Color Harmonies of #C9A32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A32E

Black with #C9A32E

Text Example


Text Example

White with #C9A32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A32E; }

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

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

background-color css

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

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

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

border-color css

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

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

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