Html Css Color HEX #C8A62F Metallic Gold

📋 copy color: '#C8A62F'

red 200 ◦ green 166 ◦ blue 47

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

Shades of Metallic Gold #C8A62F

Tints of Metallic Gold #C8A62F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.38%

R = 48.43%
G = 40.19%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C8A62F (or 0xC8A62F) is known color: Metallic Gold. HEX triplet: C8, A6 and 2F. RGB value is (200,166,47). Sum of RGB (Red+Green+Blue) = 200+166+47=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 47 (18.75% from 255 or 11.38% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A62F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A62F is #3759D0. Grayscale: #A3A3A3. Windows color (decimal): -3627473 or 3122888. OLE color: 3122888.

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

Color convert

RGB 200 166 47 -
CMYK 0 0.17 0.76 0.22
HSL 46.67º 0.62% 0.48% -
HSV(B) 46.67º 0.77% 0.78% -
XYZ 37.97 39.76 8.36 -
YUV 162.6 62.76 154.68 -
System Red Green Blue C M Y K H S L
Decimal 200 166 47 0 0.17 0.76 0.22 46.67 0.62 0.48
Hex C8 A6 2F 0 11 4C 16 2F 3E 30
Octal 310 246 57 0 21 114 26 57 76 60
Binary 11001000 10100110 101111 0 10001 1001100 10110 101111 111110 110000

Color Harmonies of #C8A62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A62F

Black with #C8A62F

Text Example


Text Example

White with #C8A62F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A62F; }

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

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

background-color css

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

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

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

border-color css

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

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

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