#CB92BB

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

Shades of Lily #CB92BB

Tints of Lily #CB92BB

Color information

#CB92BB (or 0xCB92BB) is unknown color: approx Lily. HEX triplet: CB, 92 and BB. RGB value is (203,146,187). Sum of RGB (Red+Green+Blue) = 203+146+187=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 146 (57.42% from 255 or 27.24% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 203 - color contains mainly: red. Hex color #CB92BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB92BB is #346D44. Grayscale: #A7A7A7. Windows color (decimal): -3435845 or 12292811. OLE color: 12292811.

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

Color convert

RGB203146187-
CMYK00.280.080.20
HSL316.84º35.4%68.43%-
HSV(B)316.84º28.08%79.61%-
XYZ43.8836.8451.81-
YUV167.72138.88153.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.87%
GREEN value IS 146 (57.42% from 255) = 27.24%
BLUE value IS 187 (73.44% from 255) = 34.89%
R=37.87%
G=27.24%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314618700.280.080.20316.8435.468.43
HexCB92BB01C81413d2344
Octal313222273034102447543104
Binary1100101110010010101110110111001000101001001111011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB92BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB92BB; }

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

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

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

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

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

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

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

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