Html Css Color HEX #C4A632 Metallic Gold

📋 copy color: '#C4A632'

red 196 ◦ green 166 ◦ blue 50

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

Shades of Metallic Gold #C4A632

Tints of Metallic Gold #C4A632

RGB

 RED value IS 196 (76.95% from 255) = 47.57%

 GREEN value IS 166 (65.23% from 255) = 40.29%

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

R = 47.57%
G = 40.29%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C4A632 (or 0xC4A632) is known color: Metallic Gold. HEX triplet: C4, A6 and 32. RGB value is (196,166,50). Sum of RGB (Red+Green+Blue) = 196+166+50=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 50 (19.92% from 255 or 12.14% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A632 is #3B59CD. Grayscale: #A2A2A2. Windows color (decimal): -3889614 or 3319492. OLE color: 3319492.

HSL color Cylindrical-coordinate representation of color #C4A632: hue angle of 47.67º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C4A632 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 166 50 -
CMYK 0 0.15 0.74 0.23
HSL 47.67º 0.59% 0.48% -
HSV(B) 47.67º 0.74% 0.77% -
XYZ 36.98 39.24 8.64 -
YUV 161.75 64.94 152.43 -
System Red Green Blue C M Y K H S L
Decimal 196 166 50 0 0.15 0.74 0.23 47.67 0.59 0.48
Hex C4 A6 32 0 F 4A 17 30 3B 30
Octal 304 246 62 0 17 112 27 60 73 60
Binary 11000100 10100110 110010 0 1111 1001010 10111 110000 111011 110000

Color Harmonies of #C4A632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A632

Black with #C4A632

Text Example


Text Example

White with #C4A632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A632; }

 p { color: rgb(196,166,50); }

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

background-color css

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

 a { background-color: rgb(196,166,50); }

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

border-color css

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

 span { border-color: rgb(196,166,50); }

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