Html Css Color HEX #C8A63C Metallic Gold

📋 copy color: '#C8A63C'

red 200 ◦ green 166 ◦ blue 60

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

Shades of Metallic Gold #C8A63C

Tints of Metallic Gold #C8A63C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.97%

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

R = 46.95%
G = 38.97%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#C8A63C (or 0xC8A63C) is known color: Metallic Gold. HEX triplet: C8, A6 and 3C. RGB value is (200,166,60). Sum of RGB (Red+Green+Blue) = 200+166+60=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 60 (23.83% from 255 or 14.08% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A63C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A63C is #3759C3. Grayscale: #A4A4A4. Windows color (decimal): -3627460 or 3974856. OLE color: 3974856.

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

Color convert

RGB 200 166 60 -
CMYK 0 0.17 0.7 0.22
HSL 45.43º 0.56% 0.51% -
HSV(B) 45.43º 0.7% 0.78% -
XYZ 38.27 39.88 9.96 -
YUV 164.08 69.26 153.62 -
System Red Green Blue C M Y K H S L
Decimal 200 166 60 0 0.17 0.7 0.22 45.43 0.56 0.51
Hex C8 A6 3C 0 11 46 16 2D 38 33
Octal 310 246 74 0 21 106 26 55 70 63
Binary 11001000 10100110 111100 0 10001 1000110 10110 101101 111000 110011

Color Harmonies of #C8A63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A63C

Black with #C8A63C

Text Example


Text Example

White with #C8A63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A63C; }

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

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

background-color css

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

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

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

border-color css

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

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

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