Html Css Color HEX #C5A237 Metallic Gold

📋 copy color: '#C5A237'

red 197 ◦ green 162 ◦ blue 55

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

Shades of Metallic Gold #C5A237

Tints of Metallic Gold #C5A237

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.13%

 BLUE value IS 55 (21.88% from 255) = 13.29%

R = 47.58%
G = 39.13%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C5A237 (or 0xC5A237) is known color: Metallic Gold. HEX triplet: C5, A2 and 37. RGB value is (197,162,55). Sum of RGB (Red+Green+Blue) = 197+162+55=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 55 (21.88% from 255 or 13.29% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A237 is #3A5DC8. Grayscale: #A0A0A0. Windows color (decimal): -3825097 or 3646149. OLE color: 3646149.

HSL color Cylindrical-coordinate representation of color #C5A237: hue angle of 45.21º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5A237 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 162 55 -
CMYK 0 0.18 0.72 0.23
HSL 45.21º 0.56% 0.49% -
HSV(B) 45.21º 0.72% 0.77% -
XYZ 36.64 37.99 9.02 -
YUV 160.27 68.6 154.2 -
System Red Green Blue C M Y K H S L
Decimal 197 162 55 0 0.18 0.72 0.23 45.21 0.56 0.49
Hex C5 A2 37 0 12 48 17 2D 38 31
Octal 305 242 67 0 22 110 27 55 70 61
Binary 11000101 10100010 110111 0 10010 1001000 10111 101101 111000 110001

Color Harmonies of #C5A237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A237

Black with #C5A237

Text Example


Text Example

White with #C5A237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A237; }

 p { color: rgb(197,162,55); }

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

background-color css

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

 a { background-color: rgb(197,162,55); }

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

border-color css

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

 span { border-color: rgb(197,162,55); }

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