#C698AD

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

Shades of Lily #C698AD

Tints of Lily #C698AD

Color information

#C698AD (or 0xC698AD) is unknown color: approx Lily. HEX triplet: C6, 98 and AD. RGB value is (198,152,173). Sum of RGB (Red+Green+Blue) = 198+152+173=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 198 - color contains mainly: red. Hex color #C698AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C698AD is #396752. Grayscale: #A8A8A8. Windows color (decimal): -3762003 or 11376838. OLE color: 11376838.

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

Color convert

RGB198152173-
CMYK00.230.130.22
HSL332.61º28.75%68.63%-
HSV(B)332.61º23.23%77.65%-
XYZ42.0637.4844.55-
YUV168.15130.74149.29-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.86%
GREEN value IS 152 (59.77% from 255) = 29.06%
BLUE value IS 173 (67.97% from 255) = 33.08%
R=37.86%
G=29.06%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815217300.230.130.22332.6128.7568.63
HexC698AD017D1614d1d45
Octal306230255027152651535105
Binary110001101001100010101101010111110110110101001101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C698AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C698AD; }

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

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

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

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

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

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

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

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