#C698AB

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

Shades of Lily #C698AB

Tints of Lily #C698AB

Color information

#C698AB (or 0xC698AB) is unknown color: approx Lily. HEX triplet: C6, 98 and AB. RGB value is (198,152,171). Sum of RGB (Red+Green+Blue) = 198+152+171=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 198 - color contains mainly: red. Hex color #C698AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C698AB is #396754. Grayscale: #A7A7A7. Windows color (decimal): -3762005 or 11245766. OLE color: 11245766.

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

Color convert

RGB198152171-
CMYK00.230.140.22
HSL335.22º28.75%68.63%-
HSV(B)335.22º23.23%77.65%-
XYZ41.8737.443.54-
YUV167.92129.74149.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.00%
GREEN value IS 152 (59.77% from 255) = 29.17%
BLUE value IS 171 (67.19% from 255) = 32.82%
R=38.00%
G=29.17%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815217100.230.140.22335.2228.7568.63
HexC698AB017E1614f1d45
Octal306230253027162651735105
Binary110001101001100010101011010111111010110101001111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C698AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C698AB; }

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

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

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

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

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

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

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

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