#C7D982

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

Shades of Deco #C7D982

Tints of Deco #C7D982

Color information

#C7D982 (or 0xC7D982) is unknown color: approx Deco. HEX triplet: C7, D9 and 82. RGB value is (199,217,130). Sum of RGB (Red+Green+Blue) = 199+217+130=546 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.45% from 546); Green value is 217 (85.16% from 255 or 39.74% from 546); Blue value is 130 (51.17% from 255 or 23.81% from 546); Max value from RGB is 217 - color contains mainly: green. Hex color #C7D982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D982 is #38267D. Grayscale: #CACACA. Windows color (decimal): -3679870 or 8575431. OLE color: 8575431.

HSL color Cylindrical-coordinate representation of color #C7D982: hue angle of 72.41º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C7D982 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB199217130-
CMYK0.0800.400.15
HSL72.41º53.37%68.04%-
HSV(B)72.41º40.09%85.1%-
XYZ52.463.3830.59-
YUV201.787.54126.07-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.45%
GREEN value IS 217 (85.16% from 255) = 39.74%
BLUE value IS 130 (51.17% from 255) = 23.81%
R=36.45%
G=39.74%
B=23.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1992171300.0800.400.1572.4153.3768.04
HexC7D9828028F483544
Octal307331202100501711065104
Binary11000111110110011000001010000101000111110010001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D982; }

 p { color: rgb(199,217,130); }

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

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

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

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

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

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

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