Html Css Color HEX #C7A638 Metallic Gold

📋 copy color: '#C7A638'

red 199 ◦ green 166 ◦ blue 56

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

Shades of Metallic Gold #C7A638

Tints of Metallic Gold #C7A638

RGB

 RED value IS 199 (78.13% from 255) = 47.27%

 GREEN value IS 166 (65.23% from 255) = 39.43%

 BLUE value IS 56 (22.27% from 255) = 13.3%

R = 47.27%
G = 39.43%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C7A638 (or 0xC7A638) is known color: Metallic Gold. HEX triplet: C7, A6 and 38. RGB value is (199,166,56). Sum of RGB (Red+Green+Blue) = 199+166+56=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 56 (22.27% from 255 or 13.30% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A638 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A638 is #3859C7. Grayscale: #A3A3A3. Windows color (decimal): -3693000 or 3712711. OLE color: 3712711.

HSL color Cylindrical-coordinate representation of color #C7A638: hue angle of 46.15º degrees, saturation: 0.56, 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 #C7A638 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 166 56 -
CMYK 0 0.17 0.72 0.22
HSL 46.15º 0.56% 0.5% -
HSV(B) 46.15º 0.72% 0.78% -
XYZ 37.9 39.7 9.41 -
YUV 163.33 67.43 153.44 -
System Red Green Blue C M Y K H S L
Decimal 199 166 56 0 0.17 0.72 0.22 46.15 0.56 0.5
Hex C7 A6 38 0 11 48 16 2E 38 32
Octal 307 246 70 0 21 110 26 56 70 62
Binary 11000111 10100110 111000 0 10001 1001000 10110 101110 111000 110010

Color Harmonies of #C7A638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A638

Black with #C7A638

Text Example


Text Example

White with #C7A638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A638; }

 p { color: rgb(199,166,56); }

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

background-color css

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

 a { background-color: rgb(199,166,56); }

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

border-color css

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

 span { border-color: rgb(199,166,56); }

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