Html Css Color HEX #C9A52F Metallic Gold

📋 copy color: '#C9A52F'

red 201 ◦ green 165 ◦ blue 47

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

Shades of Metallic Gold #C9A52F

Tints of Metallic Gold #C9A52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.38%

R = 48.67%
G = 39.95%
B = 11.38%

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

#C9A52F (or 0xC9A52F) is known color: Metallic Gold. HEX triplet: C9, A5 and 2F. RGB value is (201,165,47). Sum of RGB (Red+Green+Blue) = 201+165+47=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 47 (18.75% from 255 or 11.38% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A52F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A52F is #365AD0. Grayscale: #A2A2A2. Windows color (decimal): -3562193 or 3122633. OLE color: 3122633.

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

Color convert

RGB 201 165 47 -
CMYK 0 0.18 0.77 0.21
HSL 45.97º 0.62% 0.49% -
HSV(B) 45.97º 0.77% 0.79% -
XYZ 38.06 39.53 8.31 -
YUV 162.31 62.93 155.59 -
System Red Green Blue C M Y K H S L
Decimal 201 165 47 0 0.18 0.77 0.21 45.97 0.62 0.49
Hex C9 A5 2F 0 12 4D 15 2E 3E 31
Octal 311 245 57 0 22 115 25 56 76 61
Binary 11001001 10100101 101111 0 10010 1001101 10101 101110 111110 110001

Color Harmonies of #C9A52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A52F

Black with #C9A52F

Text Example


Text Example

White with #C9A52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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