#CB99B2

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

Shades of Lily #CB99B2

Tints of Lily #CB99B2

Color information

#CB99B2 (or 0xCB99B2) is unknown color: approx Lily. HEX triplet: CB, 99 and B2. RGB value is (203,153,178). Sum of RGB (Red+Green+Blue) = 203+153+178=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 203 - color contains mainly: red. Hex color #CB99B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB99B2 is #34664D. Grayscale: #AAAAAA. Windows color (decimal): -3434062 or 11704779. OLE color: 11704779.

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

Color convert

RGB203153178-
CMYK00.250.120.20
HSL330º32.47%69.8%-
HSV(B)330º24.63%79.61%-
XYZ44.0638.6947.27-
YUV170.8132.06150.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.01%
GREEN value IS 153 (60.16% from 255) = 28.65%
BLUE value IS 178 (69.92% from 255) = 33.33%
R=38.01%
G=28.65%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315317800.250.120.2033032.4769.8
HexCB99B2019C1414a2046
Octal313231262031142451240106
Binary1100101110011001101100100110011100101001010010101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB99B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB99B2; }

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

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

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

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

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

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

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

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