#CB99BD

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

Shades of Lily #CB99BD

Tints of Lily #CB99BD

Color information

#CB99BD (or 0xCB99BD) is unknown color: approx Lily. HEX triplet: CB, 99 and BD. RGB value is (203,153,189). Sum of RGB (Red+Green+Blue) = 203+153+189=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 203 - color contains mainly: red. Hex color #CB99BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB99BD is #346642. Grayscale: #ABABAB. Windows color (decimal): -3434051 or 12425675. OLE color: 12425675.

HSL color Cylindrical-coordinate representation of color #CB99BD: hue angle of 316.8º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CB99BD is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB203153189-
CMYK00.250.070.20
HSL316.8º32.47%69.8%-
HSV(B)316.8º24.63%79.61%-
XYZ45.2139.1553.32-
YUV172.05137.56150.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.25%
GREEN value IS 153 (60.16% from 255) = 28.07%
BLUE value IS 189 (74.22% from 255) = 34.68%
R=37.25%
G=28.07%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315318900.250.070.20316.832.4769.8
HexCB99BD01971413d2046
Octal31323127503172447540106
Binary110010111001100110111101011001111101001001111011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB99BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB99BD; }

 p { color: rgb(203,153,189); }

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

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

 a { background-color: rgb(203,153,189); }

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

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

 span { border-color: rgb(203,153,189); }

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