Html Css Color HEX #C8A633 Metallic Gold

📋 copy color: '#C8A633'

red 200 ◦ green 166 ◦ blue 51

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

Shades of Metallic Gold #C8A633

Tints of Metallic Gold #C8A633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.23%

R = 47.96%
G = 39.81%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C8A633 (or 0xC8A633) is known color: Metallic Gold. HEX triplet: C8, A6 and 33. RGB value is (200,166,51). Sum of RGB (Red+Green+Blue) = 200+166+51=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 51 (20.31% from 255 or 12.23% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A633 is #3759CC. Grayscale: #A3A3A3. Windows color (decimal): -3627469 or 3385032. OLE color: 3385032.

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

Color convert

RGB 200 166 51 -
CMYK 0 0.17 0.74 0.22
HSL 46.31º 0.59% 0.49% -
HSV(B) 46.31º 0.75% 0.78% -
XYZ 38.05 39.79 8.81 -
YUV 163.06 64.76 154.35 -
System Red Green Blue C M Y K H S L
Decimal 200 166 51 0 0.17 0.74 0.22 46.31 0.59 0.49
Hex C8 A6 33 0 11 4A 16 2E 3B 31
Octal 310 246 63 0 21 112 26 56 73 61
Binary 11001000 10100110 110011 0 10001 1001010 10110 101110 111011 110001

Color Harmonies of #C8A633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A633

Black with #C8A633

Text Example


Text Example

White with #C8A633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A633; }

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

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

background-color css

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

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

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

border-color css

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

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

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