#C682AA

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

Shades of Lily #C682AA

Tints of Lily #C682AA

Color information

#C682AA (or 0xC682AA) is unknown color: approx Lily. HEX triplet: C6, 82 and AA. RGB value is (198,130,170). Sum of RGB (Red+Green+Blue) = 198+130+170=498 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.76% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 198 - color contains mainly: red. Hex color #C682AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C682AA is #397D55. Grayscale: #9A9A9A. Windows color (decimal): -3767638 or 11174598. OLE color: 11174598.

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

Color convert

RGB198130170-
CMYK00.340.140.22
HSL324.71º37.36%64.31%-
HSV(B)324.71º34.34%77.65%-
XYZ38.5330.8741.96-
YUV154.89136.53158.75-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.76%
GREEN value IS 130 (51.17% from 255) = 26.10%
BLUE value IS 170 (66.80% from 255) = 34.14%
R=39.76%
G=26.10%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813017000.340.140.22324.7137.3664.31
HexC682AA022E161452540
Octal306202252042162650545100
Binary11000110100000101010101001000101110101101010001011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C682AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C682AA; }

 p { color: rgb(198,130,170); }

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

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

 a { background-color: rgb(198,130,170); }

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

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

 span { border-color: rgb(198,130,170); }

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