Html Css Color HEX #C8A237 Metallic Gold

📋 copy color: '#C8A237'

red 200 ◦ green 162 ◦ blue 55

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

Shades of Metallic Gold #C8A237

Tints of Metallic Gold #C8A237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.19%

R = 47.96%
G = 38.85%
B = 13.19%

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

#C8A237 (or 0xC8A237) is known color: Metallic Gold. HEX triplet: C8, A2 and 37. RGB value is (200,162,55). Sum of RGB (Red+Green+Blue) = 200+162+55=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 55 (21.88% from 255 or 13.19% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A237 is #375DC8. Grayscale: #A1A1A1. Windows color (decimal): -3628489 or 3646152. OLE color: 3646152.

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

Color convert

RGB 200 162 55 -
CMYK 0 0.19 0.72 0.22
HSL 44.28º 0.57% 0.5% -
HSV(B) 44.28º 0.73% 0.78% -
XYZ 37.43 38.4 9.05 -
YUV 161.16 68.09 155.7 -
System Red Green Blue C M Y K H S L
Decimal 200 162 55 0 0.19 0.72 0.22 44.28 0.57 0.5
Hex C8 A2 37 0 13 48 16 2C 39 32
Octal 310 242 67 0 23 110 26 54 71 62
Binary 11001000 10100010 110111 0 10011 1001000 10110 101100 111001 110010

Color Harmonies of #C8A237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A237

Black with #C8A237

Text Example


Text Example

White with #C8A237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A237; }

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

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

background-color css

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

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

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

border-color css

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

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

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