Html Css Color HEX #C5A33A Metallic Gold

📋 copy color: '#C5A33A'

red 197 ◦ green 163 ◦ blue 58

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

Shades of Metallic Gold #C5A33A

Tints of Metallic Gold #C5A33A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39%

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

R = 47.13%
G = 39%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C5A33A (or 0xC5A33A) is known color: Metallic Gold. HEX triplet: C5, A3 and 3A. RGB value is (197,163,58). Sum of RGB (Red+Green+Blue) = 197+163+58=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 58 (23.05% from 255 or 13.88% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A33A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A33A is #3A5CC5. Grayscale: #A1A1A1. Windows color (decimal): -3824838 or 3843013. OLE color: 3843013.

HSL color Cylindrical-coordinate representation of color #C5A33A: hue angle of 45.32º 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 #C5A33A is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 163 58 -
CMYK 0 0.17 0.71 0.23
HSL 45.32º 0.55% 0.5% -
HSV(B) 45.32º 0.71% 0.77% -
XYZ 36.89 38.37 9.47 -
YUV 161.2 69.76 153.54 -
System Red Green Blue C M Y K H S L
Decimal 197 163 58 0 0.17 0.71 0.23 45.32 0.55 0.5
Hex C5 A3 3A 0 11 47 17 2D 37 32
Octal 305 243 72 0 21 107 27 55 67 62
Binary 11000101 10100011 111010 0 10001 1000111 10111 101101 110111 110010

Color Harmonies of #C5A33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A33A

Black with #C5A33A

Text Example


Text Example

White with #C5A33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A33A; }

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

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

background-color css

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

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

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

border-color css

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

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

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