#CB90B2

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

Shades of Lily #CB90B2

Tints of Lily #CB90B2

Color information

#CB90B2 (or 0xCB90B2) is unknown color: approx Lily. HEX triplet: CB, 90 and B2. RGB value is (203,144,178). Sum of RGB (Red+Green+Blue) = 203+144+178=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 203 - color contains mainly: red. Hex color #CB90B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB90B2 is #346F4D. Grayscale: #A5A5A5. Windows color (decimal): -3436366 or 11702475. OLE color: 11702475.

HSL color Cylindrical-coordinate representation of color #CB90B2: hue angle of 325.42º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB90B2 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB203144178-
CMYK00.290.120.20
HSL325.42º36.2%68.04%-
HSV(B)325.42º29.06%79.61%-
XYZ42.6435.8646.79-
YUV165.52135.05154.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.67%
GREEN value IS 144 (56.64% from 255) = 27.43%
BLUE value IS 178 (69.92% from 255) = 33.90%
R=38.67%
G=27.43%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314417800.290.120.20325.4236.268.04
HexCB90B201DC141452444
Octal313220262035142450544104
Binary1100101110010000101100100111011100101001010001011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB90B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB90B2; }

 p { color: rgb(203,144,178); }

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

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

 a { background-color: rgb(203,144,178); }

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

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

 span { border-color: rgb(203,144,178); }

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