#CBABB6

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

Shades of Lily #CBABB6

Tints of Lily #CBABB6

Color information

#CBABB6 (or 0xCBABB6) is unknown color: approx Lily. HEX triplet: CB, AB and B6. RGB value is (203,171,182). Sum of RGB (Red+Green+Blue) = 203+171+182=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 182 (71.48% from 255 or 32.73% from 556); Max value from RGB is 203 - color contains mainly: red. Hex color #CBABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABB6 is #345449. Grayscale: #B5B5B5. Windows color (decimal): -3429450 or 11971531. OLE color: 11971531.

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

Color convert

RGB203171182-
CMYK00.160.100.20
HSL339.38º23.53%73.33%-
HSV(B)339.38º15.76%79.61%-
XYZ47.6445.250.47-
YUV181.82128.1143.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.51%
GREEN value IS 171 (67.19% from 255) = 30.76%
BLUE value IS 182 (71.48% from 255) = 32.73%
R=36.51%
G=30.76%
B=32.73%

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
Decimal20317118200.160.100.20339.3823.5373.33
HexCBABB6010A141531849
Octal313253266020122452330111
Binary110010111010101110110110010000101010100101010011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBABB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBABB6; }

 p { color: rgb(203,171,182); }

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

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

 a { background-color: rgb(203,171,182); }

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

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

 span { border-color: rgb(203,171,182); }

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