#CB83AB

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

Shades of Lily #CB83AB

Tints of Lily #CB83AB

Color information

#CB83AB (or 0xCB83AB) is unknown color: approx Lily. HEX triplet: CB, 83 and AB. RGB value is (203,131,171). Sum of RGB (Red+Green+Blue) = 203+131+171=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 131 (51.56% from 255 or 25.94% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CB83AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB83AB is #347C54. Grayscale: #9D9D9D. Windows color (decimal): -3439701 or 11240395. OLE color: 11240395.

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

Color convert

RGB203131171-
CMYK00.350.160.20
HSL326.67º40.91%65.49%-
HSV(B)326.67º35.47%79.61%-
XYZ40.131.8742.57-
YUV157.09135.85160.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.20%
GREEN value IS 131 (51.56% from 255) = 25.94%
BLUE value IS 171 (67.19% from 255) = 33.86%
R=40.20%
G=25.94%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313117100.350.160.20326.6740.9165.49
HexCB83AB02310141472941
Octal313203253043202450751101
Binary110010111000001110101011010001110000101001010001111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB83AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB83AB; }

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

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

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

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

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

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

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

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