Html Css Color HEX #C8A53A Metallic Gold

📋 copy color: '#C8A53A'

red 200 ◦ green 165 ◦ blue 58

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

Shades of Metallic Gold #C8A53A

Tints of Metallic Gold #C8A53A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.01%

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

R = 47.28%
G = 39.01%
B = 13.71%

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

#C8A53A (or 0xC8A53A) is known color: Metallic Gold. HEX triplet: C8, A5 and 3A. RGB value is (200,165,58). Sum of RGB (Red+Green+Blue) = 200+165+58=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 58 (23.05% from 255 or 13.71% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A53A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A53A is #375AC5. Grayscale: #A3A3A3. Windows color (decimal): -3627718 or 3843528. OLE color: 3843528.

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

Color convert

RGB 200 165 58 -
CMYK 0 0.18 0.71 0.22
HSL 45.21º 0.56% 0.51% -
HSV(B) 45.21º 0.71% 0.78% -
XYZ 38.04 39.5 9.62 -
YUV 163.27 68.6 154.2 -
System Red Green Blue C M Y K H S L
Decimal 200 165 58 0 0.18 0.71 0.22 45.21 0.56 0.51
Hex C8 A5 3A 0 12 47 16 2D 38 33
Octal 310 245 72 0 22 107 26 55 70 63
Binary 11001000 10100101 111010 0 10010 1000111 10110 101101 111000 110011

Color Harmonies of #C8A53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A53A

Black with #C8A53A

Text Example


Text Example

White with #C8A53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A53A; }

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

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

background-color css

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

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

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

border-color css

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

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

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