Html Css Color HEX #C7A837 Metallic Gold

📋 copy color: '#C7A837'

red 199 ◦ green 168 ◦ blue 55

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

Shades of Metallic Gold #C7A837

Tints of Metallic Gold #C7A837

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.81%

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

R = 47.16%
G = 39.81%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C7A837 (or 0xC7A837) is known color: Metallic Gold. HEX triplet: C7, A8 and 37. RGB value is (199,168,55). Sum of RGB (Red+Green+Blue) = 199+168+55=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 55 (21.88% from 255 or 13.03% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A837 is #3857C8. Grayscale: #A4A4A4. Windows color (decimal): -3692489 or 3647687. OLE color: 3647687.

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

Color convert

RGB 199 168 55 -
CMYK 0 0.16 0.72 0.22
HSL 47.08º 0.57% 0.5% -
HSV(B) 47.08º 0.72% 0.78% -
XYZ 38.25 40.42 9.4 -
YUV 164.39 66.27 152.69 -
System Red Green Blue C M Y K H S L
Decimal 199 168 55 0 0.16 0.72 0.22 47.08 0.57 0.5
Hex C7 A8 37 0 10 48 16 2F 39 32
Octal 307 250 67 0 20 110 26 57 71 62
Binary 11000111 10101000 110111 0 10000 1001000 10110 101111 111001 110010

Color Harmonies of #C7A837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A837

Black with #C7A837

Text Example


Text Example

White with #C7A837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A837; }

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

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

background-color css

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

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

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

border-color css

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

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

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