Html Css Color HEX #C8A433 Metallic Gold

📋 copy color: '#C8A433'

red 200 ◦ green 164 ◦ blue 51

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

Shades of Metallic Gold #C8A433

Tints of Metallic Gold #C8A433

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.52%

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

R = 48.19%
G = 39.52%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C8A433 (or 0xC8A433) is known color: Metallic Gold. HEX triplet: C8, A4 and 33. RGB value is (200,164,51). Sum of RGB (Red+Green+Blue) = 200+164+51=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 51 (20.31% from 255 or 12.29% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A433 is #375BCC. Grayscale: #A2A2A2. Windows color (decimal): -3627981 or 3384520. OLE color: 3384520.

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

Color convert

RGB 200 164 51 -
CMYK 0 0.18 0.74 0.22
HSL 45.5º 0.59% 0.49% -
HSV(B) 45.5º 0.75% 0.78% -
XYZ 37.69 39.07 8.69 -
YUV 161.88 65.43 155.19 -
System Red Green Blue C M Y K H S L
Decimal 200 164 51 0 0.18 0.74 0.22 45.5 0.59 0.49
Hex C8 A4 33 0 12 4A 16 2E 3B 31
Octal 310 244 63 0 22 112 26 56 73 61
Binary 11001000 10100100 110011 0 10010 1001010 10110 101110 111011 110001

Color Harmonies of #C8A433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A433

Black with #C8A433

Text Example


Text Example

White with #C8A433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A433; }

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

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

background-color css

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

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

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

border-color css

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

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

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