Html Css Color HEX #C8A32F Metallic Gold

📋 copy color: '#C8A32F'

red 200 ◦ green 163 ◦ blue 47

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

Shades of Metallic Gold #C8A32F

Tints of Metallic Gold #C8A32F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.76%

 BLUE value IS 47 (18.75% from 255) = 11.46%

R = 48.78%
G = 39.76%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C8A32F (or 0xC8A32F) is known color: Metallic Gold. HEX triplet: C8, A3 and 2F. RGB value is (200,163,47). Sum of RGB (Red+Green+Blue) = 200+163+47=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 47 (18.75% from 255 or 11.46% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A32F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A32F is #375CD0. Grayscale: #A1A1A1. Windows color (decimal): -3628241 or 3122120. OLE color: 3122120.

HSL color Cylindrical-coordinate representation of color #C8A32F: hue angle of 45.49º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8A32F is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 163 47 -
CMYK 0 0.18 0.76 0.22
HSL 45.49º 0.62% 0.48% -
HSV(B) 45.49º 0.77% 0.78% -
XYZ 37.43 38.68 8.18 -
YUV 160.84 63.76 155.93 -
System Red Green Blue C M Y K H S L
Decimal 200 163 47 0 0.18 0.76 0.22 45.49 0.62 0.48
Hex C8 A3 2F 0 12 4C 16 2D 3E 30
Octal 310 243 57 0 22 114 26 55 76 60
Binary 11001000 10100011 101111 0 10010 1001100 10110 101101 111110 110000

Color Harmonies of #C8A32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A32F

Black with #C8A32F

Text Example


Text Example

White with #C8A32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A32F; }

 p { color: rgb(200,163,47); }

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

background-color css

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

 a { background-color: rgb(200,163,47); }

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

border-color css

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

 span { border-color: rgb(200,163,47); }

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