#CB94BB

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

Shades of Lily #CB94BB

Tints of Lily #CB94BB

Color information

#CB94BB (or 0xCB94BB) is unknown color: approx Lily. HEX triplet: CB, 94 and BB. RGB value is (203,148,187). Sum of RGB (Red+Green+Blue) = 203+148+187=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 148 (58.20% from 255 or 27.51% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CB94BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB94BB is #346B44. Grayscale: #A8A8A8. Windows color (decimal): -3435333 or 12293323. OLE color: 12293323.

HSL color Cylindrical-coordinate representation of color #CB94BB: hue angle of 317.45º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CB94BB is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB203148187-
CMYK00.270.080.20
HSL317.45º34.59%68.82%-
HSV(B)317.45º27.09%79.61%-
XYZ44.1937.4651.92-
YUV168.89138.22152.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.73%
GREEN value IS 148 (58.20% from 255) = 27.51%
BLUE value IS 187 (73.44% from 255) = 34.76%
R=37.73%
G=27.51%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314818700.270.080.20317.4534.5968.82
HexCB94BB01B81413d2345
Octal313224273033102447543105
Binary1100101110010100101110110110111000101001001111011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB94BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB94BB; }

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

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

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

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

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

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

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

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