Html Css Color HEX #C8A836 Metallic Gold

📋 copy color: '#C8A836'

red 200 ◦ green 168 ◦ blue 54

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

Shades of Metallic Gold #C8A836

Tints of Metallic Gold #C8A836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.8%

R = 47.39%
G = 39.81%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C8A836 (or 0xC8A836) is known color: Metallic Gold. HEX triplet: C8, A8 and 36. RGB value is (200,168,54). Sum of RGB (Red+Green+Blue) = 200+168+54=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 54 (21.48% from 255 or 12.80% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A836 is #3757C9. Grayscale: #A5A5A5. Windows color (decimal): -3626954 or 3582152. OLE color: 3582152.

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

Color convert

RGB 200 168 54 -
CMYK 0 0.16 0.73 0.22
HSL 46.85º 0.57% 0.5% -
HSV(B) 46.85º 0.73% 0.78% -
XYZ 38.49 40.55 9.29 -
YUV 164.57 65.6 153.27 -
System Red Green Blue C M Y K H S L
Decimal 200 168 54 0 0.16 0.73 0.22 46.85 0.57 0.5
Hex C8 A8 36 0 10 49 16 2F 39 32
Octal 310 250 66 0 20 111 26 57 71 62
Binary 11001000 10101000 110110 0 10000 1001001 10110 101111 111001 110010

Color Harmonies of #C8A836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A836

Black with #C8A836

Text Example


Text Example

White with #C8A836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A836; }

 p { color: rgb(200,168,54); }

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

background-color css

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

 a { background-color: rgb(200,168,54); }

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

border-color css

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

 span { border-color: rgb(200,168,54); }

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