#CB87AD

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

Shades of Lily #CB87AD

Tints of Lily #CB87AD

Color information

#CB87AD (or 0xCB87AD) is unknown color: approx Lily. HEX triplet: CB, 87 and AD. RGB value is (203,135,173). Sum of RGB (Red+Green+Blue) = 203+135+173=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 135 (53.12% from 255 or 26.42% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CB87AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB87AD is #347852. Grayscale: #9F9F9F. Windows color (decimal): -3438675 or 11372491. OLE color: 11372491.

HSL color Cylindrical-coordinate representation of color #CB87AD: hue angle of 326.47º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB87AD is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB203135173-
CMYK00.330.150.20
HSL326.47º39.53%66.27%-
HSV(B)326.47º33.5%79.61%-
XYZ40.8433.0443.76-
YUV159.66135.53158.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.73%
GREEN value IS 135 (53.12% from 255) = 26.42%
BLUE value IS 173 (67.97% from 255) = 33.86%
R=39.73%
G=26.42%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313517300.330.150.20326.4739.5366.27
HexCB87AD021F141462842
Octal313207255041172450650102
Binary11001011100001111010110101000011111101001010001101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB87AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB87AD; }

 p { color: rgb(203,135,173); }

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

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

 a { background-color: rgb(203,135,173); }

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

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

 span { border-color: rgb(203,135,173); }

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