Html Css Color HEX #C6A239 Metallic Gold

📋 copy color: '#C6A239'

red 198 ◦ green 162 ◦ blue 57

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

Shades of Metallic Gold #C6A239

Tints of Metallic Gold #C6A239

RGB

 RED value IS 198 (77.73% from 255) = 47.48%

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

 BLUE value IS 57 (22.66% from 255) = 13.67%

R = 47.48%
G = 38.85%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C6A239 (or 0xC6A239) is known color: Metallic Gold. HEX triplet: C6, A2 and 39. RGB value is (198,162,57). Sum of RGB (Red+Green+Blue) = 198+162+57=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 57 (22.66% from 255 or 13.67% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A239 is #395DC6. Grayscale: #A1A1A1. Windows color (decimal): -3759559 or 3777222. OLE color: 3777222.

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

Color convert

RGB 198 162 57 -
CMYK 0 0.18 0.71 0.22
HSL 44.68º 0.55% 0.5% -
HSV(B) 44.68º 0.71% 0.78% -
XYZ 36.95 38.14 9.29 -
YUV 160.79 69.43 154.54 -
System Red Green Blue C M Y K H S L
Decimal 198 162 57 0 0.18 0.71 0.22 44.68 0.55 0.5
Hex C6 A2 39 0 12 47 16 2D 37 32
Octal 306 242 71 0 22 107 26 55 67 62
Binary 11000110 10100010 111001 0 10010 1000111 10110 101101 110111 110010

Color Harmonies of #C6A239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A239

Black with #C6A239

Text Example


Text Example

White with #C6A239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A239; }

 p { color: rgb(198,162,57); }

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

background-color css

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

 a { background-color: rgb(198,162,57); }

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

border-color css

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

 span { border-color: rgb(198,162,57); }

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