#cb94be

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

Shades of Lily #CB94BE

Tints of Lily #CB94BE

Color information

#CB94BE (or 0xCB94BE) is unknown color: approx Lily. HEX triplet: CB, 94 and BE. RGB value is (203,148,190). Sum of RGB (Red+Green+Blue) = 203+148+190=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 203 - color contains mainly: red. Hex color #CB94BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB94BE is #346B41. Grayscale: #A9A9A9. Windows color (decimal): -3435330 or 12489931. OLE color: 12489931.

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

Color convert

RGB203148190-
CMYK00.270.060.20
HSL314.18º34.59%68.82%-
HSV(B)314.18º27.09%79.61%-
XYZ44.5137.5953.63-
YUV169.23139.72152.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.52%
GREEN value IS 148 (58.20% from 255) = 27.36%
BLUE value IS 190 (74.61% from 255) = 35.12%
R=37.52%
G=27.36%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314819000.270.060.20314.1834.5968.82
HexCB94BE01B61413a2345
Octal31322427603362447243105
Binary110010111001010010111110011011110101001001110101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb94be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb94be; }

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

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

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

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

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

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

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

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