#CB94B4

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

Shades of Lily #CB94B4

Tints of Lily #CB94B4

Color information

#CB94B4 (or 0xCB94B4) is unknown color: approx Lily. HEX triplet: CB, 94 and B4. RGB value is (203,148,180). Sum of RGB (Red+Green+Blue) = 203+148+180=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CB94B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB94B4 is #346B4B. Grayscale: #A8A8A8. Windows color (decimal): -3435340 or 11834571. OLE color: 11834571.

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

Color convert

RGB203148180-
CMYK00.270.110.20
HSL325.09º34.59%68.82%-
HSV(B)325.09º27.09%79.61%-
XYZ43.4637.1748.06-
YUV168.09134.72152.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.23%
GREEN value IS 148 (58.20% from 255) = 27.87%
BLUE value IS 180 (70.70% from 255) = 33.90%
R=38.23%
G=27.87%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314818000.270.110.20325.0934.5968.82
HexCB94B401BB141452345
Octal313224264033132450543105
Binary1100101110010100101101000110111011101001010001011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB94B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB94B4; }

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

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

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

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

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

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

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

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