Html Css Color HEX #C8AB2C Metallic Gold

📋 copy color: '#C8AB2C'

red 200 ◦ green 171 ◦ blue 44

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

Shades of Metallic Gold #C8AB2C

Tints of Metallic Gold #C8AB2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.6%

R = 48.19%
G = 41.2%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8AB2C (or 0xC8AB2C) is known color: Metallic Gold. HEX triplet: C8, AB and 2C. RGB value is (200,171,44). Sum of RGB (Red+Green+Blue) = 200+171+44=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 44 (17.58% from 255 or 10.60% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AB2C is #3754D3. Grayscale: #A5A5A5. Windows color (decimal): -3626196 or 2927560. OLE color: 2927560.

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

Color convert

RGB 200 171 44 -
CMYK 0 0.14 0.78 0.22
HSL 48.85º 0.64% 0.48% -
HSV(B) 48.85º 0.78% 0.78% -
XYZ 38.84 41.59 8.36 -
YUV 165.19 59.61 152.83 -
System Red Green Blue C M Y K H S L
Decimal 200 171 44 0 0.14 0.78 0.22 48.85 0.64 0.48
Hex C8 AB 2C 0 E 4E 16 31 40 30
Octal 310 253 54 0 16 116 26 61 100 60
Binary 11001000 10101011 101100 0 1110 1001110 10110 110001 1000000 110000

Color Harmonies of #C8AB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AB2C

Black with #C8AB2C

Text Example


Text Example

White with #C8AB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AB2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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