#C698BA

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

Shades of Lily #C698BA

Tints of Lily #C698BA

Color information

#C698BA (or 0xC698BA) is unknown color: approx Lily. HEX triplet: C6, 98 and BA. RGB value is (198,152,186). Sum of RGB (Red+Green+Blue) = 198+152+186=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 198 - color contains mainly: red. Hex color #C698BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698BA is #396745. Grayscale: #A9A9A9. Windows color (decimal): -3761990 or 12228806. OLE color: 12228806.

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

Color convert

RGB198152186-
CMYK00.230.060.22
HSL315.65º28.75%68.63%-
HSV(B)315.65º23.23%77.65%-
XYZ43.3838.0151.5-
YUV169.63137.24148.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.94%
GREEN value IS 152 (59.77% from 255) = 28.36%
BLUE value IS 186 (73.05% from 255) = 34.70%
R=36.94%
G=28.36%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815218600.230.060.22315.6528.7568.63
HexC698BA01761613c1d45
Octal30623027202762647435105
Binary11000110100110001011101001011111010110100111100111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C698BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C698BA; }

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

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

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

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

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

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

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

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