Html Css Color HEX #C8A231 Metallic Gold

📋 copy color: '#C8A231'

red 200 ◦ green 162 ◦ blue 49

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

Shades of Metallic Gold #C8A231

Tints of Metallic Gold #C8A231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.92%

R = 48.66%
G = 39.42%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C8A231 (or 0xC8A231) is known color: Metallic Gold. HEX triplet: C8, A2 and 31. RGB value is (200,162,49). Sum of RGB (Red+Green+Blue) = 200+162+49=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 49 (19.53% from 255 or 11.92% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A231 is #375DCE. Grayscale: #A0A0A0. Windows color (decimal): -3628495 or 3252936. OLE color: 3252936.

HSL color Cylindrical-coordinate representation of color #C8A231: hue angle of 44.9º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8A231 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 162 49 -
CMYK 0 0.19 0.76 0.22
HSL 44.9º 0.61% 0.49% -
HSV(B) 44.9º 0.76% 0.78% -
XYZ 37.29 38.34 8.34 -
YUV 160.48 65.09 156.19 -
System Red Green Blue C M Y K H S L
Decimal 200 162 49 0 0.19 0.76 0.22 44.9 0.61 0.49
Hex C8 A2 31 0 13 4C 16 2D 3D 31
Octal 310 242 61 0 23 114 26 55 75 61
Binary 11001000 10100010 110001 0 10011 1001100 10110 101101 111101 110001

Color Harmonies of #C8A231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A231

Black with #C8A231

Text Example


Text Example

White with #C8A231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A231; }

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

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

background-color css

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

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

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

border-color css

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

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

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