Html Css Color HEX #C8A13A Metallic Gold

📋 copy color: '#C8A13A'

red 200 ◦ green 161 ◦ blue 58

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

Shades of Metallic Gold #C8A13A

Tints of Metallic Gold #C8A13A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.42%

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

R = 47.73%
G = 38.42%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C8A13A (or 0xC8A13A) is known color: Metallic Gold. HEX triplet: C8, A1 and 3A. RGB value is (200,161,58). Sum of RGB (Red+Green+Blue) = 200+161+58=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 58 (23.05% from 255 or 13.84% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A13A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A13A is #375EC5. Grayscale: #A1A1A1. Windows color (decimal): -3628742 or 3842504. OLE color: 3842504.

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

Color convert

RGB 200 161 58 -
CMYK 0 0.19 0.71 0.22
HSL 43.52º 0.56% 0.51% -
HSV(B) 43.52º 0.71% 0.78% -
XYZ 37.33 38.07 9.38 -
YUV 160.92 69.92 155.88 -
System Red Green Blue C M Y K H S L
Decimal 200 161 58 0 0.19 0.71 0.22 43.52 0.56 0.51
Hex C8 A1 3A 0 13 47 16 2C 38 33
Octal 310 241 72 0 23 107 26 54 70 63
Binary 11001000 10100001 111010 0 10011 1000111 10110 101100 111000 110011

Color Harmonies of #C8A13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A13A

Black with #C8A13A

Text Example


Text Example

White with #C8A13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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