Html Css Color HEX #C7A92C Metallic Gold

📋 copy color: '#C7A92C'

red 199 ◦ green 169 ◦ blue 44

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

Shades of Metallic Gold #C7A92C

Tints of Metallic Gold #C7A92C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.02%

 BLUE value IS 44 (17.58% from 255) = 10.68%

R = 48.3%
G = 41.02%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7A92C (or 0xC7A92C) is known color: Metallic Gold. HEX triplet: C7, A9 and 2C. RGB value is (199,169,44). Sum of RGB (Red+Green+Blue) = 199+169+44=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 44 (17.58% from 255 or 10.68% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A92C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A92C is #3856D3. Grayscale: #A4A4A4. Windows color (decimal): -3692244 or 2927047. OLE color: 2927047.

HSL color Cylindrical-coordinate representation of color #C7A92C: hue angle of 48.39º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7A92C is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 169 44 -
CMYK 0 0.15 0.78 0.22
HSL 48.39º 0.64% 0.48% -
HSV(B) 48.39º 0.78% 0.78% -
XYZ 38.2 40.7 8.23 -
YUV 163.72 60.44 153.16 -
System Red Green Blue C M Y K H S L
Decimal 199 169 44 0 0.15 0.78 0.22 48.39 0.64 0.48
Hex C7 A9 2C 0 F 4E 16 30 40 30
Octal 307 251 54 0 17 116 26 60 100 60
Binary 11000111 10101001 101100 0 1111 1001110 10110 110000 1000000 110000

Color Harmonies of #C7A92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A92C

Black with #C7A92C

Text Example


Text Example

White with #C7A92C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A92C; }

 p { color: rgb(199,169,44); }

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

background-color css

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

 a { background-color: rgb(199,169,44); }

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

border-color css

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

 span { border-color: rgb(199,169,44); }

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