Html Css Color HEX #C9A332 Metallic Gold

📋 copy color: '#C9A332'

red 201 ◦ green 163 ◦ blue 50

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

Shades of Metallic Gold #C9A332

Tints of Metallic Gold #C9A332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.08%

R = 48.55%
G = 39.37%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C9A332 (or 0xC9A332) is known color: Metallic Gold. HEX triplet: C9, A3 and 32. RGB value is (201,163,50). Sum of RGB (Red+Green+Blue) = 201+163+50=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 163 (64.06% from 255 or 39.37% from 414); Blue value is 50 (19.92% from 255 or 12.08% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A332 is #365CCD. Grayscale: #A1A1A1. Windows color (decimal): -3562702 or 3318729. OLE color: 3318729.

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

Color convert

RGB 201 163 50 -
CMYK 0 0.19 0.75 0.21
HSL 44.9º 0.6% 0.49% -
HSV(B) 44.9º 0.75% 0.79% -
XYZ 37.76 38.84 8.52 -
YUV 161.48 65.09 156.19 -
System Red Green Blue C M Y K H S L
Decimal 201 163 50 0 0.19 0.75 0.21 44.9 0.6 0.49
Hex C9 A3 32 0 13 4B 15 2D 3C 31
Octal 311 243 62 0 23 113 25 55 74 61
Binary 11001001 10100011 110010 0 10011 1001011 10101 101101 111100 110001

Color Harmonies of #C9A332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A332

Black with #C9A332

Text Example


Text Example

White with #C9A332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A332; }

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

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

background-color css

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

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

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

border-color css

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

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

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