Html Css Color HEX #C8A42D Metallic Gold

📋 copy color: '#C8A42D'

red 200 ◦ green 164 ◦ blue 45

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

Shades of Metallic Gold #C8A42D

Tints of Metallic Gold #C8A42D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11%

R = 48.9%
G = 40.1%
B = 11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8A42D (or 0xC8A42D) is known color: Metallic Gold. HEX triplet: C8, A4 and 2D. RGB value is (200,164,45). Sum of RGB (Red+Green+Blue) = 200+164+45=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A42D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A42D is #375BD2. Grayscale: #A1A1A1. Windows color (decimal): -3627987 or 2991304. OLE color: 2991304.

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

Color convert

RGB 200 164 45 -
CMYK 0 0.18 0.78 0.22
HSL 46.06º 0.63% 0.48% -
HSV(B) 46.06º 0.78% 0.78% -
XYZ 37.57 39.02 8.03 -
YUV 161.2 62.43 155.68 -
System Red Green Blue C M Y K H S L
Decimal 200 164 45 0 0.18 0.78 0.22 46.06 0.63 0.48
Hex C8 A4 2D 0 12 4E 16 2E 3F 30
Octal 310 244 55 0 22 116 26 56 77 60
Binary 11001000 10100100 101101 0 10010 1001110 10110 101110 111111 110000

Color Harmonies of #C8A42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A42D

Black with #C8A42D

Text Example


Text Example

White with #C8A42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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