Html Css Color HEX #C7A537 Metallic Gold

📋 copy color: '#C7A537'

red 199 ◦ green 165 ◦ blue 55

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

Shades of Metallic Gold #C7A537

Tints of Metallic Gold #C7A537

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.38%

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

R = 47.49%
G = 39.38%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C7A537 (or 0xC7A537) is known color: Metallic Gold. HEX triplet: C7, A5 and 37. RGB value is (199,165,55). Sum of RGB (Red+Green+Blue) = 199+165+55=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 55 (21.88% from 255 or 13.13% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A537 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A537 is #385AC8. Grayscale: #A3A3A3. Windows color (decimal): -3693257 or 3646919. OLE color: 3646919.

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

Color convert

RGB 199 165 55 -
CMYK 0 0.17 0.72 0.22
HSL 45.83º 0.57% 0.5% -
HSV(B) 45.83º 0.72% 0.78% -
XYZ 37.7 39.33 9.22 -
YUV 162.63 67.26 153.94 -
System Red Green Blue C M Y K H S L
Decimal 199 165 55 0 0.17 0.72 0.22 45.83 0.57 0.5
Hex C7 A5 37 0 11 48 16 2E 39 32
Octal 307 245 67 0 21 110 26 56 71 62
Binary 11000111 10100101 110111 0 10001 1001000 10110 101110 111001 110010

Color Harmonies of #C7A537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A537

Black with #C7A537

Text Example


Text Example

White with #C7A537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A537; }

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

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

background-color css

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

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

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

border-color css

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

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

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