#CB92BE

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

Shades of Lily #CB92BE

Tints of Lily #CB92BE

Color information

#CB92BE (or 0xCB92BE) is unknown color: approx Lily. HEX triplet: CB, 92 and BE. RGB value is (203,146,190). Sum of RGB (Red+Green+Blue) = 203+146+190=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 146 (57.42% from 255 or 27.09% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 203 - color contains mainly: red. Hex color #CB92BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB92BE is #346D41. Grayscale: #A7A7A7. Windows color (decimal): -3435842 or 12489419. OLE color: 12489419.

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

Color convert

RGB203146190-
CMYK00.280.060.20
HSL313.68º35.4%68.43%-
HSV(B)313.68º28.08%79.61%-
XYZ44.236.9753.52-
YUV168.06140.38152.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.66%
GREEN value IS 146 (57.42% from 255) = 27.09%
BLUE value IS 190 (74.61% from 255) = 35.25%
R=37.66%
G=27.09%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314619000.280.060.20313.6835.468.43
HexCB92BE01C61413a2344
Octal31322227603462447243104
Binary110010111001001010111110011100110101001001110101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB92BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB92BE; }

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

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

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

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

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

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

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

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