#CB91B9

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

Shades of Lily #CB91B9

Tints of Lily #CB91B9

Color information

#CB91B9 (or 0xCB91B9) is unknown color: approx Lily. HEX triplet: CB, 91 and B9. RGB value is (203,145,185). Sum of RGB (Red+Green+Blue) = 203+145+185=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 145 (57.03% from 255 or 27.20% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CB91B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB91B9 is #346E46. Grayscale: #A6A6A6. Windows color (decimal): -3436103 or 12161483. OLE color: 12161483.

HSL color Cylindrical-coordinate representation of color #CB91B9: hue angle of 318.62º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB91B9 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB203145185-
CMYK00.290.090.20
HSL318.62º35.8%68.24%-
HSV(B)318.62º28.57%79.61%-
XYZ43.5136.4550.64-
YUV166.9138.22153.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.09%
GREEN value IS 145 (57.03% from 255) = 27.20%
BLUE value IS 185 (72.66% from 255) = 34.71%
R=38.09%
G=27.20%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314518500.290.090.20318.6235.868.24
HexCB91B901D91413f2444
Octal313221271035112447744104
Binary1100101110010001101110010111011001101001001111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB91B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB91B9; }

 p { color: rgb(203,145,185); }

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

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

 a { background-color: rgb(203,145,185); }

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

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

 span { border-color: rgb(203,145,185); }

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