Html Css Color HEX #C6A037 Metallic Gold

📋 copy color: '#C6A037'

red 198 ◦ green 160 ◦ blue 55

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

Shades of Metallic Gold #C6A037

Tints of Metallic Gold #C6A037

RGB

 RED value IS 198 (77.73% from 255) = 47.94%

 GREEN value IS 160 (62.89% from 255) = 38.74%

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

R = 47.94%
G = 38.74%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C6A037 (or 0xC6A037) is known color: Metallic Gold. HEX triplet: C6, A0 and 37. RGB value is (198,160,55). Sum of RGB (Red+Green+Blue) = 198+160+55=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 55 (21.88% from 255 or 13.32% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A037 is #395FC8. Grayscale: #9F9F9F. Windows color (decimal): -3760073 or 3645638. OLE color: 3645638.

HSL color Cylindrical-coordinate representation of color #C6A037: hue angle of 44.06º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C6A037 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 160 55 -
CMYK 0 0.19 0.72 0.22
HSL 44.06º 0.57% 0.5% -
HSV(B) 44.06º 0.72% 0.78% -
XYZ 36.55 37.42 8.91 -
YUV 159.39 69.09 155.54 -
System Red Green Blue C M Y K H S L
Decimal 198 160 55 0 0.19 0.72 0.22 44.06 0.57 0.5
Hex C6 A0 37 0 13 48 16 2C 39 32
Octal 306 240 67 0 23 110 26 54 71 62
Binary 11000110 10100000 110111 0 10011 1001000 10110 101100 111001 110010

Color Harmonies of #C6A037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A037

Black with #C6A037

Text Example


Text Example

White with #C6A037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A037; }

 p { color: rgb(198,160,55); }

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

background-color css

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

 a { background-color: rgb(198,160,55); }

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

border-color css

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

 span { border-color: rgb(198,160,55); }

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