Html Css Color HEX #C7A138 Metallic Gold

📋 copy color: '#C7A138'

red 199 ◦ green 161 ◦ blue 56

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

Shades of Metallic Gold #C7A138

Tints of Metallic Gold #C7A138

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.7%

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

R = 47.84%
G = 38.7%
B = 13.46%

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

#C7A138 (or 0xC7A138) is known color: Metallic Gold. HEX triplet: C7, A1 and 38. RGB value is (199,161,56). Sum of RGB (Red+Green+Blue) = 199+161+56=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 56 (22.27% from 255 or 13.46% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A138 is #385EC7. Grayscale: #A0A0A0. Windows color (decimal): -3694280 or 3711431. OLE color: 3711431.

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

Color convert

RGB 199 161 56 -
CMYK 0 0.19 0.72 0.22
HSL 44.06º 0.56% 0.5% -
HSV(B) 44.06º 0.72% 0.78% -
XYZ 37.01 37.92 9.11 -
YUV 160.39 69.09 155.54 -
System Red Green Blue C M Y K H S L
Decimal 199 161 56 0 0.19 0.72 0.22 44.06 0.56 0.5
Hex C7 A1 38 0 13 48 16 2C 38 32
Octal 307 241 70 0 23 110 26 54 70 62
Binary 11000111 10100001 111000 0 10011 1001000 10110 101100 111000 110010

Color Harmonies of #C7A138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A138

Black with #C7A138

Text Example


Text Example

White with #C7A138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A138; }

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

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

background-color css

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

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

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

border-color css

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

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

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