Html Css Color HEX #C8A93C Metallic Gold

📋 copy color: '#C8A93C'

red 200 ◦ green 169 ◦ blue 60

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

Shades of Metallic Gold #C8A93C

Tints of Metallic Gold #C8A93C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.39%

 BLUE value IS 60 (23.83% from 255) = 13.99%

R = 46.62%
G = 39.39%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#C8A93C (or 0xC8A93C) is known color: Metallic Gold. HEX triplet: C8, A9 and 3C. RGB value is (200,169,60). Sum of RGB (Red+Green+Blue) = 200+169+60=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A93C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A93C is #3756C3. Grayscale: #A6A6A6. Windows color (decimal): -3626692 or 3975624. OLE color: 3975624.

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

Color convert

RGB 200 169 60 -
CMYK 0 0.16 0.7 0.22
HSL 46.71º 0.56% 0.51% -
HSV(B) 46.71º 0.7% 0.78% -
XYZ 38.82 40.98 10.14 -
YUV 165.84 68.27 152.36 -
System Red Green Blue C M Y K H S L
Decimal 200 169 60 0 0.16 0.7 0.22 46.71 0.56 0.51
Hex C8 A9 3C 0 10 46 16 2F 38 33
Octal 310 251 74 0 20 106 26 57 70 63
Binary 11001000 10101001 111100 0 10000 1000110 10110 101111 111000 110011

Color Harmonies of #C8A93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A93C

Black with #C8A93C

Text Example


Text Example

White with #C8A93C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A93C; }

 p { color: rgb(200,169,60); }

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

background-color css

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

 a { background-color: rgb(200,169,60); }

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

border-color css

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

 span { border-color: rgb(200,169,60); }

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