#C98CB5

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

Shades of Lily #C98CB5

Tints of Lily #C98CB5

Color information

#C98CB5 (or 0xC98CB5) is unknown color: approx Lily. HEX triplet: C9, 8C and B5. RGB value is (201,140,181). Sum of RGB (Red+Green+Blue) = 201+140+181=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 181 (71.09% from 255 or 34.67% from 522); Max value from RGB is 201 - color contains mainly: red. Hex color #C98CB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98CB5 is #36734A. Grayscale: #A2A2A2. Windows color (decimal): -3568459 or 11898057. OLE color: 11898057.

HSL color Cylindrical-coordinate representation of color #C98CB5: hue angle of 319.67º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C98CB5 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB201140181-
CMYK00.300.100.21
HSL319.67º36.09%66.86%-
HSV(B)319.67º30.35%78.82%-
XYZ41.8134.5148.17-
YUV162.91138.21155.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.51%
GREEN value IS 140 (55.08% from 255) = 26.82%
BLUE value IS 181 (71.09% from 255) = 34.67%
R=38.51%
G=26.82%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114018100.300.100.21319.6736.0966.86
HexC98CB501EA151402443
Octal311214265036122550044103
Binary1100100110001100101101010111101010101011010000001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98CB5; }

 p { color: rgb(201,140,181); }

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

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

 a { background-color: rgb(201,140,181); }

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

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

 span { border-color: rgb(201,140,181); }

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