#C8A92B

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

Shades of Metallic Gold #C8A92B

Tints of Metallic Gold #C8A92B

Color information

#C8A92B (or 0xC8A92B) is unknown color: approx Metallic Gold. HEX triplet: C8, A9 and 2B. RGB value is (200,169,43). Sum of RGB (Red+Green+Blue) = 200+169+43=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 43 (17.19% from 255 or 10.44% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A92B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A92B is #3756D4. Grayscale: #A4A4A4. Windows color (decimal): -3626709 or 2861512. OLE color: 2861512.

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

Color convert

RGB20016943-
CMYK00.160.780.22
HSL48.15º64.61%47.65%-
HSV(B)48.15º78.5%78.43%-
XYZ38.4440.838.14-
YUV163.959.77153.75-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.54%
GREEN value IS 169 (66.41% from 255) = 41.02%
BLUE value IS 43 (17.19% from 255) = 10.44%
R=48.54%
G=41.02%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001694300.160.780.2248.1564.6147.65
HexC8A92B0104E16304130
Octal31025153020116266010160
Binary11001000101010011010110100001001110101101100001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A92B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A92B; }

 p { color: rgb(200,169,43); }

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

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

 a { background-color: rgb(200,169,43); }

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

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

 span { border-color: rgb(200,169,43); }

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