#CB9BB9

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

Shades of Lily #CB9BB9

Tints of Lily #CB9BB9

Color information

#CB9BB9 (or 0xCB9BB9) is unknown color: approx Lily. HEX triplet: CB, 9B and B9. RGB value is (203,155,185). Sum of RGB (Red+Green+Blue) = 203+155+185=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 185 (72.66% from 255 or 34.07% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9BB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9BB9 is #346446. Grayscale: #ACACAC. Windows color (decimal): -3433543 or 12164043. OLE color: 12164043.

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

Color convert

RGB203155185-
CMYK00.240.090.20
HSL322.5º31.58%70.2%-
HSV(B)322.5º23.65%79.61%-
XYZ45.1139.6451.17-
YUV172.77134.9149.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.38%
GREEN value IS 155 (60.94% from 255) = 28.55%
BLUE value IS 185 (72.66% from 255) = 34.07%
R=37.38%
G=28.55%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315518500.240.090.20322.531.5870.2
HexCB9BB90189141422046
Octal313233271030112450240106
Binary1100101110011011101110010110001001101001010000101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9BB9; }

 p { color: rgb(203,155,185); }

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

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

 a { background-color: rgb(203,155,185); }

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

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

 span { border-color: rgb(203,155,185); }

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