Html Css Color HEX #C7A437 Metallic Gold

📋 copy color: '#C7A437'

red 199 ◦ green 164 ◦ blue 55

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

Shades of Metallic Gold #C7A437

Tints of Metallic Gold #C7A437

RGB

 RED value IS 199 (78.13% from 255) = 47.61%

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

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

R = 47.61%
G = 39.23%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C7A437 (or 0xC7A437) is known color: Metallic Gold. HEX triplet: C7, A4 and 37. RGB value is (199,164,55). Sum of RGB (Red+Green+Blue) = 199+164+55=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 55 (21.88% from 255 or 13.16% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A437 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A437 is #385BC8. Grayscale: #A2A2A2. Windows color (decimal): -3693513 or 3646663. OLE color: 3646663.

HSL color Cylindrical-coordinate representation of color #C7A437: hue angle of 45.42º 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 #C7A437 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 164 55 -
CMYK 0 0.18 0.72 0.22
HSL 45.42º 0.57% 0.5% -
HSV(B) 45.42º 0.72% 0.78% -
XYZ 37.52 38.97 9.16 -
YUV 162.04 67.6 154.36 -
System Red Green Blue C M Y K H S L
Decimal 199 164 55 0 0.18 0.72 0.22 45.42 0.57 0.5
Hex C7 A4 37 0 12 48 16 2D 39 32
Octal 307 244 67 0 22 110 26 55 71 62
Binary 11000111 10100100 110111 0 10010 1001000 10110 101101 111001 110010

Color Harmonies of #C7A437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A437

Black with #C7A437

Text Example


Text Example

White with #C7A437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A437; }

 p { color: rgb(199,164,55); }

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

background-color css

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

 a { background-color: rgb(199,164,55); }

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

border-color css

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

 span { border-color: rgb(199,164,55); }

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