Html Css Color HEX #C9A43E Metallic Gold

📋 copy color: '#C9A43E'

red 201 ◦ green 164 ◦ blue 62

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

Shades of Metallic Gold #C9A43E

Tints of Metallic Gold #C9A43E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.41%

 BLUE value IS 62 (24.61% from 255) = 14.52%

R = 47.07%
G = 38.41%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9A43E (or 0xC9A43E) is known color: Metallic Gold. HEX triplet: C9, A4 and 3E. RGB value is (201,164,62). Sum of RGB (Red+Green+Blue) = 201+164+62=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 62 (24.61% from 255 or 14.52% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A43E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A43E is #365BC1. Grayscale: #A3A3A3. Windows color (decimal): -3562434 or 4105417. OLE color: 4105417.

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

Color convert

RGB 201 164 62 -
CMYK 0 0.18 0.69 0.21
HSL 44.03º 0.56% 0.52% -
HSV(B) 44.03º 0.69% 0.79% -
XYZ 38.23 39.32 10.13 -
YUV 163.44 70.76 154.79 -
System Red Green Blue C M Y K H S L
Decimal 201 164 62 0 0.18 0.69 0.21 44.03 0.56 0.52
Hex C9 A4 3E 0 12 45 15 2C 38 34
Octal 311 244 76 0 22 105 25 54 70 64
Binary 11001001 10100100 111110 0 10010 1000101 10101 101100 111000 110100

Color Harmonies of #C9A43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A43E

Black with #C9A43E

Text Example


Text Example

White with #C9A43E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A43E; }

 p { color: rgb(201,164,62); }

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

background-color css

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

 a { background-color: rgb(201,164,62); }

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

border-color css

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

 span { border-color: rgb(201,164,62); }

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