Html Css Color HEX #C8A035 Metallic Gold

📋 copy color: '#C8A035'

red 200 ◦ green 160 ◦ blue 53

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

Shades of Metallic Gold #C8A035

Tints of Metallic Gold #C8A035

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.74%

 BLUE value IS 53 (21.09% from 255) = 12.83%

R = 48.43%
G = 38.74%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C8A035 (or 0xC8A035) is known color: Metallic Gold. HEX triplet: C8, A0 and 35. RGB value is (200,160,53). Sum of RGB (Red+Green+Blue) = 200+160+53=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 53 (21.09% from 255 or 12.83% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A035 is #375FCA. Grayscale: #A0A0A0. Windows color (decimal): -3629003 or 3514568. OLE color: 3514568.

HSL color Cylindrical-coordinate representation of color #C8A035: hue angle of 43.67º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8A035 is Cyan = 0, Magento = 0.2, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 160 53 -
CMYK 0 0.2 0.74 0.22
HSL 43.67º 0.58% 0.5% -
HSV(B) 43.67º 0.74% 0.78% -
XYZ 37.03 37.68 8.69 -
YUV 159.76 67.75 156.7 -
System Red Green Blue C M Y K H S L
Decimal 200 160 53 0 0.2 0.74 0.22 43.67 0.58 0.5
Hex C8 A0 35 0 14 4A 16 2C 3A 32
Octal 310 240 65 0 24 112 26 54 72 62
Binary 11001000 10100000 110101 0 10100 1001010 10110 101100 111010 110010

Color Harmonies of #C8A035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A035

Black with #C8A035

Text Example


Text Example

White with #C8A035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A035; }

 p { color: rgb(200,160,53); }

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

background-color css

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

 a { background-color: rgb(200,160,53); }

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

border-color css

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

 span { border-color: rgb(200,160,53); }

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