#C98FAB

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

Shades of Lily #C98FAB

Tints of Lily #C98FAB

Color information

#C98FAB (or 0xC98FAB) is unknown color: approx Lily. HEX triplet: C9, 8F and AB. RGB value is (201,143,171). Sum of RGB (Red+Green+Blue) = 201+143+171=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 201 - color contains mainly: red. Hex color #C98FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98FAB is #367054. Grayscale: #A3A3A3. Windows color (decimal): -3567701 or 11243465. OLE color: 11243465.

HSL color Cylindrical-coordinate representation of color #C98FAB: hue angle of 331.03º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C98FAB is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB201143171-
CMYK00.290.150.21
HSL331.03º34.94%67.45%-
HSV(B)331.03º28.86%78.82%-
XYZ41.263543.11-
YUV163.53132.22154.72-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.03%
GREEN value IS 143 (56.25% from 255) = 27.77%
BLUE value IS 171 (67.19% from 255) = 33.20%
R=39.03%
G=27.77%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114317100.290.150.21331.0334.9467.45
HexC98FAB01DF1514b2343
Octal311217253035172551343103
Binary1100100110001111101010110111011111101011010010111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98FAB; }

 p { color: rgb(201,143,171); }

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

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

 a { background-color: rgb(201,143,171); }

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

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

 span { border-color: rgb(201,143,171); }

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