Html Css Color HEX #C6AA32 Metallic Gold

📋 copy color: '#C6AA32'

red 198 ◦ green 170 ◦ blue 50

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

Shades of Metallic Gold #C6AA32

Tints of Metallic Gold #C6AA32

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.67%

 BLUE value IS 50 (19.92% from 255) = 11.96%

R = 47.37%
G = 40.67%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C6AA32 (or 0xC6AA32) is known color: Metallic Gold. HEX triplet: C6, AA and 32. RGB value is (198,170,50). Sum of RGB (Red+Green+Blue) = 198+170+50=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AA32 is #3955CD. Grayscale: #A5A5A5. Windows color (decimal): -3757518 or 3320518. OLE color: 3320518.

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

Color convert

RGB 198 170 50 -
CMYK 0 0.14 0.75 0.22
HSL 48.65º 0.6% 0.49% -
HSV(B) 48.65º 0.75% 0.78% -
XYZ 38.24 40.99 8.91 -
YUV 164.69 63.28 151.76 -
System Red Green Blue C M Y K H S L
Decimal 198 170 50 0 0.14 0.75 0.22 48.65 0.6 0.49
Hex C6 AA 32 0 E 4B 16 31 3C 31
Octal 306 252 62 0 16 113 26 61 74 61
Binary 11000110 10101010 110010 0 1110 1001011 10110 110001 111100 110001

Color Harmonies of #C6AA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AA32

Black with #C6AA32

Text Example


Text Example

White with #C6AA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AA32; }

 p { color: rgb(198,170,50); }

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

background-color css

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

 a { background-color: rgb(198,170,50); }

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

border-color css

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

 span { border-color: rgb(198,170,50); }

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