Html Css Color HEX #C8A43A Metallic Gold

📋 copy color: '#C8A43A'

red 200 ◦ green 164 ◦ blue 58

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

Shades of Metallic Gold #C8A43A

Tints of Metallic Gold #C8A43A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.74%

R = 47.39%
G = 38.86%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C8A43A (or 0xC8A43A) is known color: Metallic Gold. HEX triplet: C8, A4 and 3A. RGB value is (200,164,58). Sum of RGB (Red+Green+Blue) = 200+164+58=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 58 (23.05% from 255 or 13.74% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A43A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A43A is #375BC5. Grayscale: #A3A3A3. Windows color (decimal): -3627974 or 3843272. OLE color: 3843272.

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

Color convert

RGB 200 164 58 -
CMYK 0 0.18 0.71 0.22
HSL 44.79º 0.56% 0.51% -
HSV(B) 44.79º 0.71% 0.78% -
XYZ 37.86 39.14 9.56 -
YUV 162.68 68.93 154.62 -
System Red Green Blue C M Y K H S L
Decimal 200 164 58 0 0.18 0.71 0.22 44.79 0.56 0.51
Hex C8 A4 3A 0 12 47 16 2D 38 33
Octal 310 244 72 0 22 107 26 55 70 63
Binary 11001000 10100100 111010 0 10010 1000111 10110 101101 111000 110011

Color Harmonies of #C8A43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A43A

Black with #C8A43A

Text Example


Text Example

White with #C8A43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A43A; }

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

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

background-color css

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

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

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

border-color css

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

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

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