Html Css Color HEX #C8A32E Metallic Gold

📋 copy color: '#C8A32E'

red 200 ◦ green 163 ◦ blue 46

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

Shades of Metallic Gold #C8A32E

Tints of Metallic Gold #C8A32E

RGB

 RED value IS 200 (78.52% from 255) = 48.9%

 GREEN value IS 163 (64.06% from 255) = 39.85%

 BLUE value IS 46 (18.36% from 255) = 11.25%

R = 48.9%
G = 39.85%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C8A32E (or 0xC8A32E) is known color: Metallic Gold. HEX triplet: C8, A3 and 2E. RGB value is (200,163,46). Sum of RGB (Red+Green+Blue) = 200+163+46=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 46 (18.36% from 255 or 11.25% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A32E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A32E is #375CD1. Grayscale: #A1A1A1. Windows color (decimal): -3628242 or 3056584. OLE color: 3056584.

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

Color convert

RGB 200 163 46 -
CMYK 0 0.18 0.77 0.22
HSL 45.58º 0.63% 0.48% -
HSV(B) 45.58º 0.77% 0.78% -
XYZ 37.41 38.67 8.08 -
YUV 160.73 63.26 156.01 -
System Red Green Blue C M Y K H S L
Decimal 200 163 46 0 0.18 0.77 0.22 45.58 0.63 0.48
Hex C8 A3 2E 0 12 4D 16 2E 3F 30
Octal 310 243 56 0 22 115 26 56 77 60
Binary 11001000 10100011 101110 0 10010 1001101 10110 101110 111111 110000

Color Harmonies of #C8A32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A32E

Black with #C8A32E

Text Example


Text Example

White with #C8A32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A32E; }

 p { color: rgb(200,163,46); }

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

background-color css

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

 a { background-color: rgb(200,163,46); }

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

border-color css

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

 span { border-color: rgb(200,163,46); }

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