#CB9AB9

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

Shades of Lily #CB9AB9

Tints of Lily #CB9AB9

Color information

#CB9AB9 (or 0xCB9AB9) is unknown color: approx Lily. HEX triplet: CB, 9A and B9. RGB value is (203,154,185). Sum of RGB (Red+Green+Blue) = 203+154+185=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 154 (60.55% from 255 or 28.41% from 542); Blue value is 185 (72.66% from 255 or 34.13% from 542); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9AB9 is #346546. Grayscale: #ACACAC. Windows color (decimal): -3433799 or 12163787. OLE color: 12163787.

HSL color Cylindrical-coordinate representation of color #CB9AB9: hue angle of 322.04º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CB9AB9 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB203154185-
CMYK00.240.090.20
HSL322.04º32.03%70%-
HSV(B)322.04º24.14%79.61%-
XYZ44.9439.3151.12-
YUV172.18135.23149.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.45%
GREEN value IS 154 (60.55% from 255) = 28.41%
BLUE value IS 185 (72.66% from 255) = 34.13%
R=37.45%
G=28.41%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315418500.240.090.20322.0432.0370
HexCB9AB90189141422046
Octal313232271030112450240106
Binary1100101110011010101110010110001001101001010000101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9AB9; }

 p { color: rgb(203,154,185); }

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

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

 a { background-color: rgb(203,154,185); }

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

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

 span { border-color: rgb(203,154,185); }

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