#CB99BB

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

Shades of Lily #CB99BB

Tints of Lily #CB99BB

Color information

#CB99BB (or 0xCB99BB) is unknown color: approx Lily. HEX triplet: CB, 99 and BB. RGB value is (203,153,187). Sum of RGB (Red+Green+Blue) = 203+153+187=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CB99BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB99BB is #346644. Grayscale: #ABABAB. Windows color (decimal): -3434053 or 12294603. OLE color: 12294603.

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

Color convert

RGB203153187-
CMYK00.250.080.20
HSL319.2º32.47%69.8%-
HSV(B)319.2º24.63%79.61%-
XYZ44.9939.0752.18-
YUV171.83136.56150.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.38%
GREEN value IS 153 (60.16% from 255) = 28.18%
BLUE value IS 187 (73.44% from 255) = 34.44%
R=37.38%
G=28.18%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315318700.250.080.20319.232.4769.8
HexCB99BB01981413f2046
Octal313231273031102447740106
Binary1100101110011001101110110110011000101001001111111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB99BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB99BB; }

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

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

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

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

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

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

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

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