#C98BAA

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

Shades of Lily #C98BAA

Tints of Lily #C98BAA

Color information

#C98BAA (or 0xC98BAA) is unknown color: approx Lily. HEX triplet: C9, 8B and AA. RGB value is (201,139,170). Sum of RGB (Red+Green+Blue) = 201+139+170=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 201 - color contains mainly: red. Hex color #C98BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98BAA is #367455. Grayscale: #A1A1A1. Windows color (decimal): -3568726 or 11176905. OLE color: 11176905.

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

Color convert

RGB201139170-
CMYK00.310.150.21
HSL330º36.47%66.67%-
HSV(B)330º30.85%78.82%-
XYZ40.5833.7942.41-
YUV161.07133.04156.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.41%
GREEN value IS 139 (54.69% from 255) = 27.25%
BLUE value IS 170 (66.80% from 255) = 33.33%
R=39.41%
G=27.25%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113917000.310.150.2133036.4766.67
HexC98BAA01FF1514a2443
Octal311213252037172551244103
Binary1100100110001011101010100111111111101011010010101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98BAA; }

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

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

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

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

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

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

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

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