#C7C780

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

Shades of Deco #C7C780

Tints of Deco #C7C780

Color information

#C7C780 (or 0xC7C780) is unknown color: approx Deco. HEX triplet: C7, C7 and 80. RGB value is (199,199,128). Sum of RGB (Red+Green+Blue) = 199+199+128=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 199 (78.12% from 255 or 37.83% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 199 - color contains mainly: red, green. Hex color #C7C780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C780 is #38387F. Grayscale: #BFBFBF. Windows color (decimal): -3684480 or 8439751. OLE color: 8439751.

HSL color Cylindrical-coordinate representation of color #C7C780: hue angle of 60º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C7C780 is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB199199128-
CMYK000.360.22
HSL60º38.8%64.12%-
HSV(B)60º35.68%78.04%-
XYZ47.8754.5528.43-
YUV190.9192.5133.77-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.83%
GREEN value IS 199 (78.12% from 255) = 37.83%
BLUE value IS 128 (50.39% from 255) = 24.33%
R=37.83%
G=37.83%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199199128000.360.226038.864.12
HexC7C7800024163c2740
Octal3073072000044267447100
Binary11000111110001111000000000100100101101111001001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C780; }

 p { color: rgb(199,199,128); }

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

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

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

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

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

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

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