Html Css Color HEX #C8A639 Metallic Gold

📋 copy color: '#C8A639'

red 200 ◦ green 166 ◦ blue 57

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

Shades of Metallic Gold #C8A639

Tints of Metallic Gold #C8A639

RGB

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

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

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

R = 47.28%
G = 39.24%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C8A639 (or 0xC8A639) is known color: Metallic Gold. HEX triplet: C8, A6 and 39. RGB value is (200,166,57). Sum of RGB (Red+Green+Blue) = 200+166+57=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 57 (22.66% from 255 or 13.48% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A639 is #3759C6. Grayscale: #A4A4A4. Windows color (decimal): -3627463 or 3778248. OLE color: 3778248.

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

Color convert

RGB 200 166 57 -
CMYK 0 0.17 0.72 0.22
HSL 45.73º 0.57% 0.5% -
HSV(B) 45.73º 0.72% 0.78% -
XYZ 38.19 39.85 9.55 -
YUV 163.74 67.76 153.86 -
System Red Green Blue C M Y K H S L
Decimal 200 166 57 0 0.17 0.72 0.22 45.73 0.57 0.5
Hex C8 A6 39 0 11 48 16 2E 39 32
Octal 310 246 71 0 21 110 26 56 71 62
Binary 11001000 10100110 111001 0 10001 1001000 10110 101110 111001 110010

Color Harmonies of #C8A639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A639

Black with #C8A639

Text Example


Text Example

White with #C8A639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A639; }

 p { color: rgb(200,166,57); }

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

background-color css

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

 a { background-color: rgb(200,166,57); }

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

border-color css

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

 span { border-color: rgb(200,166,57); }

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