Html Css Color HEX #C7A038 Metallic Gold

📋 copy color: '#C7A038'

red 199 ◦ green 160 ◦ blue 56

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

Shades of Metallic Gold #C7A038

Tints of Metallic Gold #C7A038

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.55%

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

R = 47.95%
G = 38.55%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C7A038 (or 0xC7A038) is known color: Metallic Gold. HEX triplet: C7, A0 and 38. RGB value is (199,160,56). Sum of RGB (Red+Green+Blue) = 199+160+56=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 56 (22.27% from 255 or 13.49% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A038 is #385FC7. Grayscale: #A0A0A0. Windows color (decimal): -3694536 or 3711175. OLE color: 3711175.

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

Color convert

RGB 199 160 56 -
CMYK 0 0.20 0.72 0.22
HSL 43.64º 0.56% 0.5% -
HSV(B) 43.64º 0.72% 0.78% -
XYZ 36.84 37.57 9.05 -
YUV 159.81 69.42 155.96 -
System Red Green Blue C M Y K H S L
Decimal 199 160 56 0 0.20 0.72 0.22 43.64 0.56 0.5
Hex C7 A0 38 0 14 48 16 2C 38 32
Octal 307 240 70 0 24 110 26 54 70 62
Binary 11000111 10100000 111000 0 10100 1001000 10110 101100 111000 110010

Color Harmonies of #C7A038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A038

Black with #C7A038

Text Example


Text Example

White with #C7A038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A038; }

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

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

background-color css

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

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

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

border-color css

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

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

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