#C98ABB

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

Shades of Lily #C98ABB

Tints of Lily #C98ABB

Color information

#C98ABB (or 0xC98ABB) is unknown color: approx Lily. HEX triplet: C9, 8A and BB. RGB value is (201,138,187). Sum of RGB (Red+Green+Blue) = 201+138+187=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 201 - color contains mainly: red. Hex color #C98ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98ABB is #367544. Grayscale: #A2A2A2. Windows color (decimal): -3568965 or 12290761. OLE color: 12290761.

HSL color Cylindrical-coordinate representation of color #C98ABB: hue angle of 313.33º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C98ABB is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB201138187-
CMYK00.310.070.21
HSL313.33º36.84%66.47%-
HSV(B)313.33º31.34%78.82%-
XYZ42.1534.1851.39-
YUV162.42141.87155.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.21%
GREEN value IS 138 (54.30% from 255) = 26.24%
BLUE value IS 187 (73.44% from 255) = 35.55%
R=38.21%
G=26.24%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113818700.310.070.21313.3336.8466.47
HexC98ABB01F7151392542
Octal31121227303772547145102
Binary110010011000101010111011011111111101011001110011001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98ABB; }

 p { color: rgb(201,138,187); }

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

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

 a { background-color: rgb(201,138,187); }

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

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

 span { border-color: rgb(201,138,187); }

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