Html Css Color HEX #C7A438 Metallic Gold

📋 copy color: '#C7A438'

red 199 ◦ green 164 ◦ blue 56

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

Shades of Metallic Gold #C7A438

Tints of Metallic Gold #C7A438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.37%

R = 47.49%
G = 39.14%
B = 13.37%

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

#C7A438 (or 0xC7A438) is known color: Metallic Gold. HEX triplet: C7, A4 and 38. RGB value is (199,164,56). Sum of RGB (Red+Green+Blue) = 199+164+56=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 56 (22.27% from 255 or 13.37% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A438 is #385BC7. Grayscale: #A2A2A2. Windows color (decimal): -3693512 or 3712199. OLE color: 3712199.

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

Color convert

RGB 199 164 56 -
CMYK 0 0.18 0.72 0.22
HSL 45.31º 0.56% 0.5% -
HSV(B) 45.31º 0.72% 0.78% -
XYZ 37.54 38.98 9.29 -
YUV 162.15 68.1 154.28 -
System Red Green Blue C M Y K H S L
Decimal 199 164 56 0 0.18 0.72 0.22 45.31 0.56 0.5
Hex C7 A4 38 0 12 48 16 2D 38 32
Octal 307 244 70 0 22 110 26 55 70 62
Binary 11000111 10100100 111000 0 10010 1001000 10110 101101 111000 110010

Color Harmonies of #C7A438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A438

Black with #C7A438

Text Example


Text Example

White with #C7A438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A438; }

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

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

background-color css

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

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

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

border-color css

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

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

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