#C98ABC

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

Shades of Lily #C98ABC

Tints of Lily #C98ABC

Color information

#C98ABC (or 0xC98ABC) is unknown color: approx Lily. HEX triplet: C9, 8A and BC. RGB value is (201,138,188). Sum of RGB (Red+Green+Blue) = 201+138+188=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 201 - color contains mainly: red. Hex color #C98ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98ABC is #367543. Grayscale: #A2A2A2. Windows color (decimal): -3568964 or 12356297. OLE color: 12356297.

HSL color Cylindrical-coordinate representation of color #C98ABC: hue angle of 312.38º 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 #C98ABC is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB201138188-
CMYK00.310.060.21
HSL312.38º36.84%66.47%-
HSV(B)312.38º31.34%78.82%-
XYZ42.2534.2351.96-
YUV162.54142.37155.43-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.14%
GREEN value IS 138 (54.30% from 255) = 26.19%
BLUE value IS 188 (73.83% from 255) = 35.67%
R=38.14%
G=26.19%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113818800.310.060.21312.3836.8466.47
HexC98ABC01F6151382542
Octal31121227403762547045102
Binary110010011000101010111100011111110101011001110001001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98ABC; }

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

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

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

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

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

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

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

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