#CBAAB8

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

Shades of Lily #CBAAB8

Tints of Lily #CBAAB8

Color information

#CBAAB8 (or 0xCBAAB8) is unknown color: approx Lily. HEX triplet: CB, AA and B8. RGB value is (203,170,184). Sum of RGB (Red+Green+Blue) = 203+170+184=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 184 (72.27% from 255 or 33.03% from 557); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAAB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAAB8 is #345547. Grayscale: #B5B5B5. Windows color (decimal): -3429704 or 12102347. OLE color: 12102347.

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

Color convert

RGB203170184-
CMYK00.160.090.20
HSL334.55º24.09%73.14%-
HSV(B)334.55º16.26%79.61%-
XYZ47.6644.9151.5-
YUV181.46129.43143.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.45%
GREEN value IS 170 (66.80% from 255) = 30.52%
BLUE value IS 184 (72.27% from 255) = 33.03%
R=36.45%
G=30.52%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317018400.160.090.20334.5524.0973.14
HexCBAAB801091414f1849
Octal313252270020112451730111
Binary110010111010101010111000010000100110100101001111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAAB8; }

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

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

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

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

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

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

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

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