#C98CB3

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

Shades of Lily #C98CB3

Tints of Lily #C98CB3

Color information

#C98CB3 (or 0xC98CB3) is unknown color: approx Lily. HEX triplet: C9, 8C and B3. RGB value is (201,140,179). Sum of RGB (Red+Green+Blue) = 201+140+179=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 179 (70.31% from 255 or 34.42% from 520); Max value from RGB is 201 - color contains mainly: red. Hex color #C98CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98CB3 is #36734C. Grayscale: #A2A2A2. Windows color (decimal): -3568461 or 11766985. OLE color: 11766985.

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

Color convert

RGB201140179-
CMYK00.300.110.21
HSL321.64º36.09%66.86%-
HSV(B)321.64º30.35%78.82%-
XYZ41.634.4347.1-
YUV162.68137.21155.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.65%
GREEN value IS 140 (55.08% from 255) = 26.92%
BLUE value IS 179 (70.31% from 255) = 34.42%
R=38.65%
G=26.92%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114017900.300.110.21321.6436.0966.86
HexC98CB301EB151422443
Octal311214263036132550244103
Binary1100100110001100101100110111101011101011010000101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98CB3; }

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

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

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

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

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

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

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

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