Html Css Color HEX #C8AA2E Metallic Gold

📋 copy color: '#C8AA2E'

red 200 ◦ green 170 ◦ blue 46

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

Shades of Metallic Gold #C8AA2E

Tints of Metallic Gold #C8AA2E

RGB

 RED value IS 200 (78.52% from 255) = 48.08%

 GREEN value IS 170 (66.8% from 255) = 40.87%

 BLUE value IS 46 (18.36% from 255) = 11.06%

R = 48.08%
G = 40.87%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C8AA2E (or 0xC8AA2E) is known color: Metallic Gold. HEX triplet: C8, AA and 2E. RGB value is (200,170,46). Sum of RGB (Red+Green+Blue) = 200+170+46=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 46 (18.36% from 255 or 11.06% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AA2E is #3755D1. Grayscale: #A5A5A5. Windows color (decimal): -3626450 or 3058376. OLE color: 3058376.

HSL color Cylindrical-coordinate representation of color #C8AA2E: hue angle of 48.31º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8AA2E is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 170 46 -
CMYK 0 0.15 0.77 0.22
HSL 48.31º 0.63% 0.48% -
HSV(B) 48.31º 0.77% 0.78% -
XYZ 38.69 41.23 8.5 -
YUV 164.83 60.94 153.08 -
System Red Green Blue C M Y K H S L
Decimal 200 170 46 0 0.15 0.77 0.22 48.31 0.63 0.48
Hex C8 AA 2E 0 F 4D 16 30 3F 30
Octal 310 252 56 0 17 115 26 60 77 60
Binary 11001000 10101010 101110 0 1111 1001101 10110 110000 111111 110000

Color Harmonies of #C8AA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AA2E

Black with #C8AA2E

Text Example


Text Example

White with #C8AA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AA2E; }

 p { color: rgb(200,170,46); }

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

background-color css

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

 a { background-color: rgb(200,170,46); }

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

border-color css

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

 span { border-color: rgb(200,170,46); }

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