#CB94B1

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

Shades of Lily #CB94B1

Tints of Lily #CB94B1

Color information

#CB94B1 (or 0xCB94B1) is unknown color: approx Lily. HEX triplet: CB, 94 and B1. RGB value is (203,148,177). Sum of RGB (Red+Green+Blue) = 203+148+177=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 177 (69.53% from 255 or 33.52% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CB94B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB94B1 is #346B4E. Grayscale: #A7A7A7. Windows color (decimal): -3435343 or 11637963. OLE color: 11637963.

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

Color convert

RGB203148177-
CMYK00.270.130.20
HSL328.36º34.59%68.82%-
HSV(B)328.36º27.09%79.61%-
XYZ43.1537.0546.47-
YUV167.75133.22153.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.45%
GREEN value IS 148 (58.20% from 255) = 28.03%
BLUE value IS 177 (69.53% from 255) = 33.52%
R=38.45%
G=28.03%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314817700.270.130.20328.3634.5968.82
HexCB94B101BD141482345
Octal313224261033152451043105
Binary1100101110010100101100010110111101101001010010001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB94B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB94B1; }

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

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

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

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

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

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

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

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