Html Css Color HEX #C8AB37 Metallic Gold

📋 copy color: '#C8AB37'

red 200 ◦ green 171 ◦ blue 55

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

Shades of Metallic Gold #C8AB37

Tints of Metallic Gold #C8AB37

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.14%

 BLUE value IS 55 (21.88% from 255) = 12.91%

R = 46.95%
G = 40.14%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C8AB37 (or 0xC8AB37) is known color: Metallic Gold. HEX triplet: C8, AB and 37. RGB value is (200,171,55). Sum of RGB (Red+Green+Blue) = 200+171+55=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 55 (21.88% from 255 or 12.91% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AB37 is #3754C8. Grayscale: #A6A6A6. Windows color (decimal): -3626185 or 3648456. OLE color: 3648456.

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

Color convert

RGB 200 171 55 -
CMYK 0 0.14 0.72 0.22
HSL 48º 0.57% 0.5% -
HSV(B) 48º 0.73% 0.78% -
XYZ 39.07 41.68 9.6 -
YUV 166.45 65.11 151.93 -
System Red Green Blue C M Y K H S L
Decimal 200 171 55 0 0.14 0.72 0.22 48 0.57 0.5
Hex C8 AB 37 0 E 48 16 30 39 32
Octal 310 253 67 0 16 110 26 60 71 62
Binary 11001000 10101011 110111 0 1110 1001000 10110 110000 111001 110010

Color Harmonies of #C8AB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AB37

Black with #C8AB37

Text Example


Text Example

White with #C8AB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AB37; }

 p { color: rgb(200,171,55); }

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

background-color css

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

 a { background-color: rgb(200,171,55); }

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

border-color css

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

 span { border-color: rgb(200,171,55); }

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