Html Css Color HEX #C5A63A Metallic Gold

📋 copy color: '#C5A63A'

red 197 ◦ green 166 ◦ blue 58

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

Shades of Metallic Gold #C5A63A

Tints of Metallic Gold #C5A63A

RGB

 RED value IS 197 (77.34% from 255) = 46.79%

 GREEN value IS 166 (65.23% from 255) = 39.43%

 BLUE value IS 58 (23.05% from 255) = 13.78%

R = 46.79%
G = 39.43%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C5A63A (or 0xC5A63A) is known color: Metallic Gold. HEX triplet: C5, A6 and 3A. RGB value is (197,166,58). Sum of RGB (Red+Green+Blue) = 197+166+58=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 58 (23.05% from 255 or 13.78% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A63A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A63A is #3A59C5. Grayscale: #A3A3A3. Windows color (decimal): -3824070 or 3843781. OLE color: 3843781.

HSL color Cylindrical-coordinate representation of color #C5A63A: hue angle of 46.62º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5A63A is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 166 58 -
CMYK 0 0.16 0.71 0.23
HSL 46.62º 0.55% 0.5% -
HSV(B) 46.62º 0.71% 0.77% -
XYZ 37.43 39.45 9.64 -
YUV 162.96 68.77 152.28 -
System Red Green Blue C M Y K H S L
Decimal 197 166 58 0 0.16 0.71 0.23 46.62 0.55 0.5
Hex C5 A6 3A 0 10 47 17 2F 37 32
Octal 305 246 72 0 20 107 27 57 67 62
Binary 11000101 10100110 111010 0 10000 1000111 10111 101111 110111 110010

Color Harmonies of #C5A63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A63A

Black with #C5A63A

Text Example


Text Example

White with #C5A63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A63A; }

 p { color: rgb(197,166,58); }

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

background-color css

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

 a { background-color: rgb(197,166,58); }

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

border-color css

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

 span { border-color: rgb(197,166,58); }

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