#CBAAB5

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

Shades of Lily #CBAAB5

Tints of Lily #CBAAB5

Color information

#CBAAB5 (or 0xCBAAB5) is unknown color: approx Lily. HEX triplet: CB, AA and B5. RGB value is (203,170,181). Sum of RGB (Red+Green+Blue) = 203+170+181=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAAB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAAB5 is #34554A. Grayscale: #B5B5B5. Windows color (decimal): -3429707 or 11905739. OLE color: 11905739.

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

Color convert

RGB203170181-
CMYK00.160.110.20
HSL340º24.09%73.14%-
HSV(B)340º16.26%79.61%-
XYZ47.3444.7849.86-
YUV181.12127.93143.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.64%
GREEN value IS 170 (66.80% from 255) = 30.69%
BLUE value IS 181 (71.09% from 255) = 32.67%
R=36.64%
G=30.69%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317018100.160.110.2034024.0973.14
HexCBAAB5010B141541849
Octal313252265020132452430111
Binary110010111010101010110101010000101110100101010100110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAAB5; }

 p { color: rgb(203,170,181); }

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

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

 a { background-color: rgb(203,170,181); }

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

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

 span { border-color: rgb(203,170,181); }

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