Html Css Color HEX #C7A731 Metallic Gold

📋 copy color: '#C7A731'

red 199 ◦ green 167 ◦ blue 49

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

Shades of Metallic Gold #C7A731

Tints of Metallic Gold #C7A731

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.24%

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

R = 47.95%
G = 40.24%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C7A731 (or 0xC7A731) is known color: Metallic Gold. HEX triplet: C7, A7 and 31. RGB value is (199,167,49). Sum of RGB (Red+Green+Blue) = 199+167+49=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 167 (65.62% from 255 or 40.24% from 415); Blue value is 49 (19.53% from 255 or 11.81% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A731 is #3858CE. Grayscale: #A3A3A3. Windows color (decimal): -3692751 or 3254215. OLE color: 3254215.

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

Color convert

RGB 199 167 49 -
CMYK 0 0.16 0.75 0.22
HSL 47.2º 0.6% 0.49% -
HSV(B) 47.2º 0.75% 0.78% -
XYZ 37.93 40 8.63 -
YUV 163.12 63.6 153.59 -
System Red Green Blue C M Y K H S L
Decimal 199 167 49 0 0.16 0.75 0.22 47.2 0.6 0.49
Hex C7 A7 31 0 10 4B 16 2F 3C 31
Octal 307 247 61 0 20 113 26 57 74 61
Binary 11000111 10100111 110001 0 10000 1001011 10110 101111 111100 110001

Color Harmonies of #C7A731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A731

Black with #C7A731

Text Example


Text Example

White with #C7A731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A731; }

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

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

background-color css

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

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

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

border-color css

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

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

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