Html Css Color HEX #C6A831 Metallic Gold

📋 copy color: '#C6A831'

red 198 ◦ green 168 ◦ blue 49

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

Shades of Metallic Gold #C6A831

Tints of Metallic Gold #C6A831

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.48%

 BLUE value IS 49 (19.53% from 255) = 11.81%

R = 47.71%
G = 40.48%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C6A831 (or 0xC6A831) is known color: Metallic Gold. HEX triplet: C6, A8 and 31. RGB value is (198,168,49). Sum of RGB (Red+Green+Blue) = 198+168+49=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 49 (19.53% from 255 or 11.81% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A831 is #3957CE. Grayscale: #A3A3A3. Windows color (decimal): -3758031 or 3254470. OLE color: 3254470.

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

Color convert

RGB 198 168 49 -
CMYK 0 0.15 0.75 0.22
HSL 47.92º 0.6% 0.48% -
HSV(B) 47.92º 0.75% 0.78% -
XYZ 37.85 40.23 8.68 -
YUV 163.4 63.44 152.68 -
System Red Green Blue C M Y K H S L
Decimal 198 168 49 0 0.15 0.75 0.22 47.92 0.6 0.48
Hex C6 A8 31 0 F 4B 16 30 3C 30
Octal 306 250 61 0 17 113 26 60 74 60
Binary 11000110 10101000 110001 0 1111 1001011 10110 110000 111100 110000

Color Harmonies of #C6A831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A831

Black with #C6A831

Text Example


Text Example

White with #C6A831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A831; }

 p { color: rgb(198,168,49); }

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

background-color css

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

 a { background-color: rgb(198,168,49); }

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

border-color css

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

 span { border-color: rgb(198,168,49); }

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