#CB99BC

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

Shades of Lily #CB99BC

Tints of Lily #CB99BC

Color information

#CB99BC (or 0xCB99BC) is unknown color: approx Lily. HEX triplet: CB, 99 and BC. RGB value is (203,153,188). Sum of RGB (Red+Green+Blue) = 203+153+188=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 203 - color contains mainly: red. Hex color #CB99BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB99BC is #346643. Grayscale: #ABABAB. Windows color (decimal): -3434052 or 12360139. OLE color: 12360139.

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

Color convert

RGB203153188-
CMYK00.250.070.20
HSL318º32.47%69.8%-
HSV(B)318º24.63%79.61%-
XYZ45.139.1152.75-
YUV171.94137.06150.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.32%
GREEN value IS 153 (60.16% from 255) = 28.12%
BLUE value IS 188 (73.83% from 255) = 34.56%
R=37.32%
G=28.12%
B=34.56%

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
Decimal20315318800.250.070.2031832.4769.8
HexCB99BC01971413e2046
Octal31323127403172447640106
Binary110010111001100110111100011001111101001001111101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB99BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB99BC; }

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

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

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

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

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

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

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

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