#C98FBA

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

Shades of Lily #C98FBA

Tints of Lily #C98FBA

Color information

#C98FBA (or 0xC98FBA) is unknown color: approx Lily. HEX triplet: C9, 8F and BA. RGB value is (201,143,186). Sum of RGB (Red+Green+Blue) = 201+143+186=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 201 - color contains mainly: red. Hex color #C98FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98FBA is #367045. Grayscale: #A5A5A5. Windows color (decimal): -3567686 or 12226505. OLE color: 12226505.

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

Color convert

RGB201143186-
CMYK00.290.070.21
HSL315.52º34.94%67.45%-
HSV(B)315.52º28.86%78.82%-
XYZ42.7735.6151.07-
YUV165.24139.72153.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.92%
GREEN value IS 143 (56.25% from 255) = 26.98%
BLUE value IS 186 (73.05% from 255) = 35.09%
R=37.92%
G=26.98%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114318600.290.070.21315.5234.9467.45
HexC98FBA01D71513c2343
Octal31121727203572547443103
Binary110010011000111110111010011101111101011001111001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98FBA; }

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

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

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

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

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

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

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

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