Html Css Color HEX #C8A83A Metallic Gold

📋 copy color: '#C8A83A'

red 200 ◦ green 168 ◦ blue 58

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

Shades of Metallic Gold #C8A83A

Tints of Metallic Gold #C8A83A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.44%

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

R = 46.95%
G = 39.44%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C8A83A (or 0xC8A83A) is known color: Metallic Gold. HEX triplet: C8, A8 and 3A. RGB value is (200,168,58). Sum of RGB (Red+Green+Blue) = 200+168+58=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 58 (23.05% from 255 or 13.62% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A83A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A83A is #3757C5. Grayscale: #A5A5A5. Windows color (decimal): -3626950 or 3844296. OLE color: 3844296.

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

Color convert

RGB 200 168 58 -
CMYK 0 0.16 0.71 0.22
HSL 46.48º 0.56% 0.51% -
HSV(B) 46.48º 0.71% 0.78% -
XYZ 38.59 40.59 9.8 -
YUV 165.03 67.6 152.94 -
System Red Green Blue C M Y K H S L
Decimal 200 168 58 0 0.16 0.71 0.22 46.48 0.56 0.51
Hex C8 A8 3A 0 10 47 16 2E 38 33
Octal 310 250 72 0 20 107 26 56 70 63
Binary 11001000 10101000 111010 0 10000 1000111 10110 101110 111000 110011

Color Harmonies of #C8A83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A83A

Black with #C8A83A

Text Example


Text Example

White with #C8A83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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