#C698B5

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

Shades of Lily #C698B5

Tints of Lily #C698B5

Color information

#C698B5 (or 0xC698B5) is unknown color: approx Lily. HEX triplet: C6, 98 and B5. RGB value is (198,152,181). Sum of RGB (Red+Green+Blue) = 198+152+181=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 198 - color contains mainly: red. Hex color #C698B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698B5 is #39674A. Grayscale: #A8A8A8. Windows color (decimal): -3761995 or 11901126. OLE color: 11901126.

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

Color convert

RGB198152181-
CMYK00.230.090.22
HSL322.17º28.75%68.63%-
HSV(B)322.17º23.23%77.65%-
XYZ42.8637.848.75-
YUV169.06134.74148.64-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.29%
GREEN value IS 152 (59.77% from 255) = 28.63%
BLUE value IS 181 (71.09% from 255) = 34.09%
R=37.29%
G=28.63%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815218100.230.090.22322.1728.7568.63
HexC698B50179161421d45
Octal306230265027112650235105
Binary110001101001100010110101010111100110110101000010111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C698B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C698B5; }

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

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

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

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

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

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

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

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