#C7AB32

Color #C7AB32 Metallic Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Gold #C7AB32

Tints of Metallic Gold #C7AB32

Color information

#C7AB32 (or 0xC7AB32) is unknown color: approx Metallic Gold. HEX triplet: C7, AB and 32. RGB value is (199,171,50). Sum of RGB (Red+Green+Blue) = 199+171+50=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 50 (19.92% from 255 or 11.90% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AB32 is #3854CD. Grayscale: #A6A6A6. Windows color (decimal): -3691726 or 3320775. OLE color: 3320775.

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

Color convert

RGB19917150-
CMYK00.140.750.22
HSL48.72º59.84%48.82%-
HSV(B)48.72º74.87%78.04%-
XYZ38.6941.58.99-
YUV165.5862.78151.84-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.38%
GREEN value IS 171 (67.19% from 255) = 40.71%
BLUE value IS 50 (19.92% from 255) = 11.90%
R=47.38%
G=40.71%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991715000.140.750.2248.7259.8448.82
HexC7AB320E4B16313c31
Octal3072536201611326617461
Binary110001111010101111001001110100101110110110001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AB32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AB32; }

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

 H1.HeaderClassName
 {
   color: #C7AB32;
 }
 .AnyTagClassName
 {
   color: #C7AB32;
 }
</style>
background-color css

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

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

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

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

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

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