#C698B7

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

Shades of Lily #C698B7

Tints of Lily #C698B7

Color information

#C698B7 (or 0xC698B7) is unknown color: approx Lily. HEX triplet: C6, 98 and B7. RGB value is (198,152,183). Sum of RGB (Red+Green+Blue) = 198+152+183=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 183 (71.88% from 255 or 34.33% from 533); Max value from RGB is 198 - color contains mainly: red. Hex color #C698B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698B7 is #396748. Grayscale: #A9A9A9. Windows color (decimal): -3761993 or 12032198. OLE color: 12032198.

HSL color Cylindrical-coordinate representation of color #C698B7: hue angle of 319.57º 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 #C698B7 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB198152183-
CMYK00.230.080.22
HSL319.57º28.75%68.63%-
HSV(B)319.57º23.23%77.65%-
XYZ43.0637.8849.84-
YUV169.29135.74148.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.15%
GREEN value IS 152 (59.77% from 255) = 28.52%
BLUE value IS 183 (71.88% from 255) = 34.33%
R=37.15%
G=28.52%
B=34.33%

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
Decimal19815218300.230.080.22319.5728.7568.63
HexC698B70178161401d45
Octal306230267027102650035105
Binary110001101001100010110111010111100010110101000000111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C698B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C698B7; }

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

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

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

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

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

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

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

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