#C6C976

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

Shades of Deco #C6C976

Tints of Deco #C6C976

Color information

#C6C976 (or 0xC6C976) is unknown color: approx Deco. HEX triplet: C6, C9 and 76. RGB value is (198,201,118). Sum of RGB (Red+Green+Blue) = 198+201+118=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 118 (46.48% from 255 or 22.82% from 517); Max value from RGB is 201 - color contains mainly: green. Hex color #C6C976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C976 is #393689. Grayscale: #BEBEBE. Windows color (decimal): -3749514 or 7784902. OLE color: 7784902.

HSL color Cylindrical-coordinate representation of color #C6C976: hue angle of 62.17º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C6C976 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB198201118-
CMYK0.0100.410.21
HSL62.17º43.46%62.55%-
HSV(B)62.17º41.29%78.82%-
XYZ47.4555.0925.27-
YUV190.6487.01133.25-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.30%
GREEN value IS 201 (78.91% from 255) = 38.88%
BLUE value IS 118 (46.48% from 255) = 22.82%
R=38.30%
G=38.88%
B=22.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1982011180.0100.410.2162.1743.4662.55
HexC6C9761029153e2b3f
Octal306311166105125765377
Binary110001101100100111101101010100110101111110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C976; }

 p { color: rgb(198,201,118); }

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

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

 a { background-color: rgb(198,201,118); }

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

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

 span { border-color: rgb(198,201,118); }

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