Html Css Color HEX #C7A431 Metallic Gold

📋 copy color: '#C7A431'

red 199 ◦ green 164 ◦ blue 49

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

Shades of Metallic Gold #C7A431

Tints of Metallic Gold #C7A431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.89%

R = 48.3%
G = 39.81%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C7A431 (or 0xC7A431) is known color: Metallic Gold. HEX triplet: C7, A4 and 31. RGB value is (199,164,49). Sum of RGB (Red+Green+Blue) = 199+164+49=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 49 (19.53% from 255 or 11.89% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A431 is #385BCE. Grayscale: #A1A1A1. Windows color (decimal): -3693519 or 3253447. OLE color: 3253447.

HSL color Cylindrical-coordinate representation of color #C7A431: hue angle of 46º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C7A431 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 164 49 -
CMYK 0 0.18 0.75 0.22
HSL 46º 0.6% 0.49% -
HSV(B) 46º 0.75% 0.78% -
XYZ 37.38 38.91 8.45 -
YUV 161.36 64.6 154.85 -
System Red Green Blue C M Y K H S L
Decimal 199 164 49 0 0.18 0.75 0.22 46 0.6 0.49
Hex C7 A4 31 0 12 4B 16 2E 3C 31
Octal 307 244 61 0 22 113 26 56 74 61
Binary 11000111 10100100 110001 0 10010 1001011 10110 101110 111100 110001

Color Harmonies of #C7A431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A431

Black with #C7A431

Text Example


Text Example

White with #C7A431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A431; }

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

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

background-color css

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

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

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

border-color css

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

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

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