Html Css Color HEX #C9A636 Metallic Gold

📋 copy color: '#C9A636'

red 201 ◦ green 166 ◦ blue 54

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

Shades of Metallic Gold #C9A636

Tints of Metallic Gold #C9A636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.83%

R = 47.74%
G = 39.43%
B = 12.83%

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

#C9A636 (or 0xC9A636) is known color: Metallic Gold. HEX triplet: C9, A6 and 36. RGB value is (201,166,54). Sum of RGB (Red+Green+Blue) = 201+166+54=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 54 (21.48% from 255 or 12.83% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A636 is #3659C9. Grayscale: #A4A4A4. Windows color (decimal): -3561930 or 3581641. OLE color: 3581641.

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

Color convert

RGB 201 166 54 -
CMYK 0 0.17 0.73 0.21
HSL 45.71º 0.58% 0.5% -
HSV(B) 45.71º 0.73% 0.79% -
XYZ 38.39 39.96 9.18 -
YUV 163.7 66.1 154.61 -
System Red Green Blue C M Y K H S L
Decimal 201 166 54 0 0.17 0.73 0.21 45.71 0.58 0.5
Hex C9 A6 36 0 11 49 15 2E 3A 32
Octal 311 246 66 0 21 111 25 56 72 62
Binary 11001001 10100110 110110 0 10001 1001001 10101 101110 111010 110010

Color Harmonies of #C9A636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A636

Black with #C9A636

Text Example


Text Example

White with #C9A636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A636; }

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

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

background-color css

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

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

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

border-color css

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

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

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