Html Css Color HEX #C8A92F Metallic Gold

📋 copy color: '#C8A92F'

red 200 ◦ green 169 ◦ blue 47

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

Shades of Metallic Gold #C8A92F

Tints of Metallic Gold #C8A92F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.63%

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

R = 48.08%
G = 40.63%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C8A92F (or 0xC8A92F) is known color: Metallic Gold. HEX triplet: C8, A9 and 2F. RGB value is (200,169,47). Sum of RGB (Red+Green+Blue) = 200+169+47=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 169 (66.41% from 255 or 40.62% from 416); Blue value is 47 (18.75% from 255 or 11.30% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A92F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A92F is #3756D0. Grayscale: #A4A4A4. Windows color (decimal): -3626705 or 3123656. OLE color: 3123656.

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

Color convert

RGB 200 169 47 -
CMYK 0 0.16 0.76 0.22
HSL 47.84º 0.62% 0.48% -
HSV(B) 47.84º 0.77% 0.78% -
XYZ 38.52 40.86 8.55 -
YUV 164.36 61.77 153.42 -
System Red Green Blue C M Y K H S L
Decimal 200 169 47 0 0.16 0.76 0.22 47.84 0.62 0.48
Hex C8 A9 2F 0 10 4C 16 30 3E 30
Octal 310 251 57 0 20 114 26 60 76 60
Binary 11001000 10101001 101111 0 10000 1001100 10110 110000 111110 110000

Color Harmonies of #C8A92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A92F

Black with #C8A92F

Text Example


Text Example

White with #C8A92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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