#CB99BE

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

Shades of Lily #CB99BE

Tints of Lily #CB99BE

Color information

#CB99BE (or 0xCB99BE) is unknown color: approx Lily. HEX triplet: CB, 99 and BE. RGB value is (203,153,190). Sum of RGB (Red+Green+Blue) = 203+153+190=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 203 - color contains mainly: red. Hex color #CB99BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB99BE is #346641. Grayscale: #ACACAC. Windows color (decimal): -3434050 or 12491211. OLE color: 12491211.

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

Color convert

RGB203153190-
CMYK00.250.060.20
HSL315.6º32.47%69.8%-
HSV(B)315.6º24.63%79.61%-
XYZ45.3139.253.89-
YUV172.17138.06149.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.18%
GREEN value IS 153 (60.16% from 255) = 28.02%
BLUE value IS 190 (74.61% from 255) = 34.80%
R=37.18%
G=28.02%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315319000.250.060.20315.632.4769.8
HexCB99BE01961413c2046
Octal31323127603162447440106
Binary110010111001100110111110011001110101001001111001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB99BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB99BE; }

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

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

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

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

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

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

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

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