Html Css Color HEX #C9A237 Metallic Gold

📋 copy color: '#C9A237'

red 201 ◦ green 162 ◦ blue 55

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

Shades of Metallic Gold #C9A237

Tints of Metallic Gold #C9A237

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.76%

 BLUE value IS 55 (21.88% from 255) = 13.16%

R = 48.09%
G = 38.76%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C9A237 (or 0xC9A237) is known color: Metallic Gold. HEX triplet: C9, A2 and 37. RGB value is (201,162,55). Sum of RGB (Red+Green+Blue) = 201+162+55=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 55 (21.88% from 255 or 13.16% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A237 is #365DC8. Grayscale: #A1A1A1. Windows color (decimal): -3562953 or 3646153. OLE color: 3646153.

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

Color convert

RGB 201 162 55 -
CMYK 0 0.19 0.73 0.21
HSL 43.97º 0.57% 0.5% -
HSV(B) 43.97º 0.73% 0.79% -
XYZ 37.7 38.53 9.07 -
YUV 161.46 67.92 156.2 -
System Red Green Blue C M Y K H S L
Decimal 201 162 55 0 0.19 0.73 0.21 43.97 0.57 0.5
Hex C9 A2 37 0 13 49 15 2C 39 32
Octal 311 242 67 0 23 111 25 54 71 62
Binary 11001001 10100010 110111 0 10011 1001001 10101 101100 111001 110010

Color Harmonies of #C9A237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A237

Black with #C9A237

Text Example


Text Example

White with #C9A237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A237; }

 p { color: rgb(201,162,55); }

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

background-color css

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

 a { background-color: rgb(201,162,55); }

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

border-color css

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

 span { border-color: rgb(201,162,55); }

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