#CB94B6

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

Shades of Lily #CB94B6

Tints of Lily #CB94B6

Color information

#CB94B6 (or 0xCB94B6) is unknown color: approx Lily. HEX triplet: CB, 94 and B6. RGB value is (203,148,182). Sum of RGB (Red+Green+Blue) = 203+148+182=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 182 (71.48% from 255 or 34.15% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CB94B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB94B6 is #346B49. Grayscale: #A8A8A8. Windows color (decimal): -3435338 or 11965643. OLE color: 11965643.

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

Color convert

RGB203148182-
CMYK00.270.100.20
HSL322.91º34.59%68.82%-
HSV(B)322.91º27.09%79.61%-
XYZ43.6637.2549.15-
YUV168.32135.72152.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.09%
GREEN value IS 148 (58.20% from 255) = 27.77%
BLUE value IS 182 (71.48% from 255) = 34.15%
R=38.09%
G=27.77%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314818200.270.100.20322.9134.5968.82
HexCB94B601BA141432345
Octal313224266033122450343105
Binary1100101110010100101101100110111010101001010000111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB94B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB94B6; }

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

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

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

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

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

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

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

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