Html Css Color HEX #C8A239 Metallic Gold

📋 copy color: '#C8A239'

red 200 ◦ green 162 ◦ blue 57

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

Shades of Metallic Gold #C8A239

Tints of Metallic Gold #C8A239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.6%

R = 47.73%
G = 38.66%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C8A239 (or 0xC8A239) is known color: Metallic Gold. HEX triplet: C8, A2 and 39. RGB value is (200,162,57). Sum of RGB (Red+Green+Blue) = 200+162+57=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 57 (22.66% from 255 or 13.60% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A239 is #375DC6. Grayscale: #A1A1A1. Windows color (decimal): -3628487 or 3777224. OLE color: 3777224.

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

Color convert

RGB 200 162 57 -
CMYK 0 0.19 0.72 0.22
HSL 44.06º 0.57% 0.5% -
HSV(B) 44.06º 0.72% 0.78% -
XYZ 37.48 38.42 9.31 -
YUV 161.39 69.09 155.54 -
System Red Green Blue C M Y K H S L
Decimal 200 162 57 0 0.19 0.72 0.22 44.06 0.57 0.5
Hex C8 A2 39 0 13 48 16 2C 39 32
Octal 310 242 71 0 23 110 26 54 71 62
Binary 11001000 10100010 111001 0 10011 1001000 10110 101100 111001 110010

Color Harmonies of #C8A239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A239

Black with #C8A239

Text Example


Text Example

White with #C8A239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A239; }

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

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

background-color css

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

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

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

border-color css

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

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

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