Html Css Color HEX #C8A235 Metallic Gold

📋 copy color: '#C8A235'

red 200 ◦ green 162 ◦ blue 53

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

Shades of Metallic Gold #C8A235

Tints of Metallic Gold #C8A235

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.04%

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

R = 48.19%
G = 39.04%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C8A235 (or 0xC8A235) is known color: Metallic Gold. HEX triplet: C8, A2 and 35. RGB value is (200,162,53). Sum of RGB (Red+Green+Blue) = 200+162+53=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 53 (21.09% from 255 or 12.77% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A235 is #375DCA. Grayscale: #A1A1A1. Windows color (decimal): -3628491 or 3515080. OLE color: 3515080.

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

Color convert

RGB 200 162 53 -
CMYK 0 0.19 0.74 0.22
HSL 44.49º 0.58% 0.5% -
HSV(B) 44.49º 0.74% 0.78% -
XYZ 37.38 38.38 8.81 -
YUV 160.94 67.09 155.86 -
System Red Green Blue C M Y K H S L
Decimal 200 162 53 0 0.19 0.74 0.22 44.49 0.58 0.5
Hex C8 A2 35 0 13 4A 16 2C 3A 32
Octal 310 242 65 0 23 112 26 54 72 62
Binary 11001000 10100010 110101 0 10011 1001010 10110 101100 111010 110010

Color Harmonies of #C8A235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A235

Black with #C8A235

Text Example


Text Example

White with #C8A235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A235; }

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

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

background-color css

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

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

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

border-color css

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

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

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