#C99BBE

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

Shades of Lily #C99BBE

Tints of Lily #C99BBE

Color information

#C99BBE (or 0xC99BBE) is unknown color: approx Lily. HEX triplet: C9, 9B and BE. RGB value is (201,155,190). Sum of RGB (Red+Green+Blue) = 201+155+190=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 201 - color contains mainly: red. Hex color #C99BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99BBE is #366441. Grayscale: #ACACAC. Windows color (decimal): -3564610 or 12491721. OLE color: 12491721.

HSL color Cylindrical-coordinate representation of color #C99BBE: hue angle of 314.35º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C99BBE is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB201155190-
CMYK00.230.050.21
HSL314.35º29.87%69.8%-
HSV(B)314.35º22.89%78.82%-
XYZ45.139.5853.98-
YUV172.74137.74148.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.81%
GREEN value IS 155 (60.94% from 255) = 28.39%
BLUE value IS 190 (74.61% from 255) = 34.80%
R=36.81%
G=28.39%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115519000.230.050.21314.3529.8769.8
HexC99BBE01751513a1e46
Octal31123327602752547236106
Binary11001001100110111011111001011110110101100111010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99BBE; }

 p { color: rgb(201,155,190); }

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

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

 a { background-color: rgb(201,155,190); }

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

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

 span { border-color: rgb(201,155,190); }

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