Html Css Color HEX #C8A632 Metallic Gold

📋 copy color: '#C8A632'

red 200 ◦ green 166 ◦ blue 50

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

Shades of Metallic Gold #C8A632

Tints of Metallic Gold #C8A632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.02%

R = 48.08%
G = 39.9%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C8A632 (or 0xC8A632) is known color: Metallic Gold. HEX triplet: C8, A6 and 32. RGB value is (200,166,50). Sum of RGB (Red+Green+Blue) = 200+166+50=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 50 (19.92% from 255 or 12.02% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A632 is #3759CD. Grayscale: #A3A3A3. Windows color (decimal): -3627470 or 3319496. OLE color: 3319496.

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

Color convert

RGB 200 166 50 -
CMYK 0 0.17 0.75 0.22
HSL 46.4º 0.6% 0.49% -
HSV(B) 46.4º 0.75% 0.78% -
XYZ 38.03 39.78 8.69 -
YUV 162.94 64.26 154.43 -
System Red Green Blue C M Y K H S L
Decimal 200 166 50 0 0.17 0.75 0.22 46.4 0.6 0.49
Hex C8 A6 32 0 11 4B 16 2E 3C 31
Octal 310 246 62 0 21 113 26 56 74 61
Binary 11001000 10100110 110010 0 10001 1001011 10110 101110 111100 110001

Color Harmonies of #C8A632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A632

Black with #C8A632

Text Example


Text Example

White with #C8A632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A632; }

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

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

background-color css

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

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

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

border-color css

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

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

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