#CB83AD

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

Shades of Lily #CB83AD

Tints of Lily #CB83AD

Color information

#CB83AD (or 0xCB83AD) is unknown color: approx Lily. HEX triplet: CB, 83 and AD. RGB value is (203,131,173). Sum of RGB (Red+Green+Blue) = 203+131+173=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 131 (51.56% from 255 or 25.84% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CB83AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB83AD is #347C52. Grayscale: #9D9D9D. Windows color (decimal): -3439699 or 11371467. OLE color: 11371467.

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

Color convert

RGB203131173-
CMYK00.350.150.20
HSL325º40.91%65.49%-
HSV(B)325º35.47%79.61%-
XYZ40.2931.9543.58-
YUV157.32136.85160.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.04%
GREEN value IS 131 (51.56% from 255) = 25.84%
BLUE value IS 173 (67.97% from 255) = 34.12%
R=40.04%
G=25.84%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313117300.350.150.2032540.9165.49
HexCB83AD023F141452941
Octal313203255043172450551101
Binary11001011100000111010110101000111111101001010001011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB83AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB83AD; }

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

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

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

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

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

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

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

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