Html Css Color HEX #C7AB2C Metallic Gold

📋 copy color: '#C7AB2C'

red 199 ◦ green 171 ◦ blue 44

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

Shades of Metallic Gold #C7AB2C

Tints of Metallic Gold #C7AB2C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.3%

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

R = 48.07%
G = 41.3%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7AB2C (or 0xC7AB2C) is known color: Metallic Gold. HEX triplet: C7, AB and 2C. RGB value is (199,171,44). Sum of RGB (Red+Green+Blue) = 199+171+44=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 44 (17.58% from 255 or 10.63% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AB2C is #3854D3. Grayscale: #A5A5A5. Windows color (decimal): -3691732 or 2927559. OLE color: 2927559.

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

Color convert

RGB 199 171 44 -
CMYK 0 0.14 0.78 0.22
HSL 49.16º 0.64% 0.48% -
HSV(B) 49.16º 0.78% 0.78% -
XYZ 38.57 41.45 8.35 -
YUV 164.89 59.78 152.33 -
System Red Green Blue C M Y K H S L
Decimal 199 171 44 0 0.14 0.78 0.22 49.16 0.64 0.48
Hex C7 AB 2C 0 E 4E 16 31 40 30
Octal 307 253 54 0 16 116 26 61 100 60
Binary 11000111 10101011 101100 0 1110 1001110 10110 110001 1000000 110000

Color Harmonies of #C7AB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AB2C

Black with #C7AB2C

Text Example


Text Example

White with #C7AB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AB2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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