#CB98BB

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

Shades of Lily #CB98BB

Tints of Lily #CB98BB

Color information

#CB98BB (or 0xCB98BB) is unknown color: approx Lily. HEX triplet: CB, 98 and BB. RGB value is (203,152,187). Sum of RGB (Red+Green+Blue) = 203+152+187=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 203 - color contains mainly: red. Hex color #CB98BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB98BB is #346744. Grayscale: #ABABAB. Windows color (decimal): -3434309 or 12294347. OLE color: 12294347.

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

Color convert

RGB203152187-
CMYK00.250.080.20
HSL318.82º32.9%69.61%-
HSV(B)318.82º25.12%79.61%-
XYZ44.8338.7452.13-
YUV171.24136.9150.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.45%
GREEN value IS 152 (59.77% from 255) = 28.04%
BLUE value IS 187 (73.44% from 255) = 34.50%
R=37.45%
G=28.04%
B=34.50%

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
Decimal20315218700.250.080.20318.8232.969.61
HexCB98BB01981413f2146
Octal313230273031102447741106
Binary1100101110011000101110110110011000101001001111111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB98BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB98BB; }

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

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

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

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

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

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

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

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