Html Css Color HEX #C8AA36 Metallic Gold

📋 copy color: '#C8AA36'

red 200 ◦ green 170 ◦ blue 54

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

Shades of Metallic Gold #C8AA36

Tints of Metallic Gold #C8AA36

RGB

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

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

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

R = 47.17%
G = 40.09%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C8AA36 (or 0xC8AA36) is known color: Metallic Gold. HEX triplet: C8, AA and 36. RGB value is (200,170,54). Sum of RGB (Red+Green+Blue) = 200+170+54=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 54 (21.48% from 255 or 12.74% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AA36 is #3755C9. Grayscale: #A6A6A6. Windows color (decimal): -3626442 or 3582664. OLE color: 3582664.

HSL color Cylindrical-coordinate representation of color #C8AA36: hue angle of 47.67º 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 #C8AA36 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 170 54 -
CMYK 0 0.15 0.73 0.22
HSL 47.67º 0.57% 0.5% -
HSV(B) 47.67º 0.73% 0.78% -
XYZ 38.86 41.3 9.41 -
YUV 165.75 64.94 152.43 -
System Red Green Blue C M Y K H S L
Decimal 200 170 54 0 0.15 0.73 0.22 47.67 0.57 0.5
Hex C8 AA 36 0 F 49 16 30 39 32
Octal 310 252 66 0 17 111 26 60 71 62
Binary 11001000 10101010 110110 0 1111 1001001 10110 110000 111001 110010

Color Harmonies of #C8AA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AA36

Black with #C8AA36

Text Example


Text Example

White with #C8AA36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AA36; }

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

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

background-color css

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

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

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

border-color css

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

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

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