Html Css Color HEX #C7A82C Metallic Gold

📋 copy color: '#C7A82C'

red 199 ◦ green 168 ◦ blue 44

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

Shades of Metallic Gold #C7A82C

Tints of Metallic Gold #C7A82C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.88%

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

R = 48.42%
G = 40.88%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7A82C (or 0xC7A82C) is known color: Metallic Gold. HEX triplet: C7, A8 and 2C. RGB value is (199,168,44). Sum of RGB (Red+Green+Blue) = 199+168+44=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 44 (17.58% from 255 or 10.71% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A82C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A82C is #3857D3. Grayscale: #A3A3A3. Windows color (decimal): -3692500 or 2926791. OLE color: 2926791.

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

Color convert

RGB 199 168 44 -
CMYK 0 0.16 0.78 0.22
HSL 48º 0.64% 0.48% -
HSV(B) 48º 0.78% 0.78% -
XYZ 38.01 40.33 8.16 -
YUV 163.13 60.77 153.58 -
System Red Green Blue C M Y K H S L
Decimal 199 168 44 0 0.16 0.78 0.22 48 0.64 0.48
Hex C7 A8 2C 0 10 4E 16 30 40 30
Octal 307 250 54 0 20 116 26 60 100 60
Binary 11000111 10101000 101100 0 10000 1001110 10110 110000 1000000 110000

Color Harmonies of #C7A82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A82C

Black with #C7A82C

Text Example


Text Example

White with #C7A82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A82C; }

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

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

background-color css

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

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

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

border-color css

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

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

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