#C98BAC

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

Shades of Lily #C98BAC

Tints of Lily #C98BAC

Color information

#C98BAC (or 0xC98BAC) is unknown color: approx Lily. HEX triplet: C9, 8B and AC. RGB value is (201,139,172). Sum of RGB (Red+Green+Blue) = 201+139+172=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 201 - color contains mainly: red. Hex color #C98BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98BAC is #367453. Grayscale: #A1A1A1. Windows color (decimal): -3568724 or 11307977. OLE color: 11307977.

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

Color convert

RGB201139172-
CMYK00.310.140.21
HSL328.06º36.47%66.67%-
HSV(B)328.06º30.85%78.82%-
XYZ40.7733.8643.42-
YUV161.3134.04156.32-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.26%
GREEN value IS 139 (54.69% from 255) = 27.15%
BLUE value IS 172 (67.58% from 255) = 33.59%
R=39.26%
G=27.15%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113917200.310.140.21328.0636.4766.67
HexC98BAC01FE151482443
Octal311213254037162551044103
Binary1100100110001011101011000111111110101011010010001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98BAC; }

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

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

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

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

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

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

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

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