#C99BBC

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

Shades of Lily #C99BBC

Tints of Lily #C99BBC

Color information

#C99BBC (or 0xC99BBC) is unknown color: approx Lily. HEX triplet: C9, 9B and BC. RGB value is (201,155,188). Sum of RGB (Red+Green+Blue) = 201+155+188=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 155 (60.94% from 255 or 28.49% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 201 - color contains mainly: red. Hex color #C99BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99BBC is #366443. Grayscale: #ACACAC. Windows color (decimal): -3564612 or 12360649. OLE color: 12360649.

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

Color convert

RGB201155188-
CMYK00.230.060.21
HSL316.96º29.87%69.8%-
HSV(B)316.96º22.89%78.82%-
XYZ44.8939.4952.83-
YUV172.52136.74148.32-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.95%
GREEN value IS 155 (60.94% from 255) = 28.49%
BLUE value IS 188 (73.83% from 255) = 34.56%
R=36.95%
G=28.49%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115518800.230.060.21316.9629.8769.8
HexC99BBC01761513d1e46
Octal31123327402762547536106
Binary11001001100110111011110001011111010101100111101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99BBC; }

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

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

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

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

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

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

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

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