#C98DAA

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

Shades of Lily #C98DAA

Tints of Lily #C98DAA

Color information

#C98DAA (or 0xC98DAA) is unknown color: approx Lily. HEX triplet: C9, 8D and AA. RGB value is (201,141,170). Sum of RGB (Red+Green+Blue) = 201+141+170=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 201 - color contains mainly: red. Hex color #C98DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98DAA is #367255. Grayscale: #A2A2A2. Windows color (decimal): -3568214 or 11177417. OLE color: 11177417.

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

Color convert

RGB201141170-
CMYK00.300.150.21
HSL331º35.71%67.06%-
HSV(B)331º29.85%78.82%-
XYZ40.8734.3742.51-
YUV162.25132.38155.64-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.26%
GREEN value IS 141 (55.47% from 255) = 27.54%
BLUE value IS 170 (66.80% from 255) = 33.20%
R=39.26%
G=27.54%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114117000.300.150.2133135.7167.06
HexC98DAA01EF1514b2443
Octal311215252036172551344103
Binary1100100110001101101010100111101111101011010010111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98DAA; }

 p { color: rgb(201,141,170); }

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

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

 a { background-color: rgb(201,141,170); }

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

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

 span { border-color: rgb(201,141,170); }

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