#CB89BA

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

Shades of Lily #CB89BA

Tints of Lily #CB89BA

Color information

#CB89BA (or 0xCB89BA) is unknown color: approx Lily. HEX triplet: CB, 89 and BA. RGB value is (203,137,186). Sum of RGB (Red+Green+Blue) = 203+137+186=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 137 (53.91% from 255 or 26.05% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 203 - color contains mainly: red. Hex color #CB89BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB89BA is #347645. Grayscale: #A2A2A2. Windows color (decimal): -3438150 or 12224971. OLE color: 12224971.

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

Color convert

RGB203137186-
CMYK00.330.080.20
HSL315.45º38.82%66.67%-
HSV(B)315.45º32.51%79.61%-
XYZ42.4434.1350.81-
YUV162.32141.37157.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.59%
GREEN value IS 137 (53.91% from 255) = 26.05%
BLUE value IS 186 (73.05% from 255) = 35.36%
R=38.59%
G=26.05%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313718600.330.080.20315.4538.8266.67
HexCB89BA02181413b2743
Octal313211272041102447347103
Binary11001011100010011011101001000011000101001001110111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB89BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB89BA; }

 p { color: rgb(203,137,186); }

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

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

 a { background-color: rgb(203,137,186); }

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

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

 span { border-color: rgb(203,137,186); }

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