#CBAAB7

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

Shades of Lily #CBAAB7

Tints of Lily #CBAAB7

Color information

#CBAAB7 (or 0xCBAAB7) is unknown color: approx Lily. HEX triplet: CB, AA and B7. RGB value is (203,170,183). Sum of RGB (Red+Green+Blue) = 203+170+183=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 183 (71.88% from 255 or 32.91% from 556); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAAB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAAB7 is #345548. Grayscale: #B5B5B5. Windows color (decimal): -3429705 or 12036811. OLE color: 12036811.

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

Color convert

RGB203170183-
CMYK00.160.100.20
HSL336.36º24.09%73.14%-
HSV(B)336.36º16.26%79.61%-
XYZ47.5544.8650.95-
YUV181.35128.93143.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.51%
GREEN value IS 170 (66.80% from 255) = 30.58%
BLUE value IS 183 (71.88% from 255) = 32.91%
R=36.51%
G=30.58%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317018300.160.100.20336.3624.0973.14
HexCBAAB7010A141501849
Octal313252267020122452030111
Binary110010111010101010110111010000101010100101010000110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAAB7; }

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

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

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

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

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

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

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

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