#C99BB8

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

Shades of Lily #C99BB8

Tints of Lily #C99BB8

Color information

#C99BB8 (or 0xC99BB8) is unknown color: approx Lily. HEX triplet: C9, 9B and B8. RGB value is (201,155,184). Sum of RGB (Red+Green+Blue) = 201+155+184=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 184 (72.27% from 255 or 34.07% from 540); Max value from RGB is 201 - color contains mainly: red. Hex color #C99BB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99BB8 is #366447. Grayscale: #ABABAB. Windows color (decimal): -3564616 or 12098505. OLE color: 12098505.

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

Color convert

RGB201155184-
CMYK00.230.080.21
HSL322.17º29.87%69.8%-
HSV(B)322.17º22.89%78.82%-
XYZ44.4639.3250.59-
YUV172.06134.74148.64-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.22%
GREEN value IS 155 (60.94% from 255) = 28.70%
BLUE value IS 184 (72.27% from 255) = 34.07%
R=37.22%
G=28.70%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115518400.230.080.21322.1729.8769.8
HexC99BB80178151421e46
Octal311233270027102550236106
Binary110010011001101110111000010111100010101101000010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99BB8; }

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

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

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

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

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

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

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

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