#C7C876

Color #C7C876 Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #C7C876

Tints of Deco #C7C876

Color information

#C7C876 (or 0xC7C876) is unknown color: approx Deco. HEX triplet: C7, C8 and 76. RGB value is (199,200,118). Sum of RGB (Red+Green+Blue) = 199+200+118=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 118 (46.48% from 255 or 22.82% from 517); Max value from RGB is 200 - color contains mainly: green. Hex color #C7C876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C876 is #383789. Grayscale: #BEBEBE. Windows color (decimal): -3684234 or 7784647. OLE color: 7784647.

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

Color convert

RGB199200118-
CMYK0.0000.410.22
HSL60.73º42.71%62.35%-
HSV(B)60.73º41%78.43%-
XYZ47.4854.7625.21-
YUV190.3587.17134.17-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.49%
GREEN value IS 200 (78.52% from 255) = 38.68%
BLUE value IS 118 (46.48% from 255) = 22.82%
R=38.49%
G=38.68%
B=22.82%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1992001180.0000.410.2260.7342.7162.35
HexC7C8760029163d2b3e
Octal307310166005126755376
Binary110001111100100011101100010100110110111101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C876; }

 p { color: rgb(199,200,118); }

 H1.HeaderClassName
 {
   color: #C7C876;
 }
 .AnyTagClassName
 {
   color: #C7C876;
 }
</style>
background-color css

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

 a { background-color: rgb(199,200,118); }

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

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

 span { border-color: rgb(199,200,118); }

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