#C698B6

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

Shades of Lily #C698B6

Tints of Lily #C698B6

Color information

#C698B6 (or 0xC698B6) is unknown color: approx Lily. HEX triplet: C6, 98 and B6. RGB value is (198,152,182). Sum of RGB (Red+Green+Blue) = 198+152+182=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 182 (71.48% from 255 or 34.21% from 532); Max value from RGB is 198 - color contains mainly: red. Hex color #C698B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698B6 is #396749. Grayscale: #A9A9A9. Windows color (decimal): -3761994 or 11966662. OLE color: 11966662.

HSL color Cylindrical-coordinate representation of color #C698B6: hue angle of 320.87º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C698B6 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB198152182-
CMYK00.230.080.22
HSL320.87º28.75%68.63%-
HSV(B)320.87º23.23%77.65%-
XYZ42.9637.8449.3-
YUV169.17135.24148.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.22%
GREEN value IS 152 (59.77% from 255) = 28.57%
BLUE value IS 182 (71.48% from 255) = 34.21%
R=37.22%
G=28.57%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815218200.230.080.22320.8728.7568.63
HexC698B60178161411d45
Octal306230266027102650135105
Binary110001101001100010110110010111100010110101000001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C698B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C698B6; }

 p { color: rgb(198,152,182); }

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

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

 a { background-color: rgb(198,152,182); }

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

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

 span { border-color: rgb(198,152,182); }

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