#CBABB7

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

Shades of Lily #CBABB7

Tints of Lily #CBABB7

Color information

#CBABB7 (or 0xCBABB7) is unknown color: approx Lily. HEX triplet: CB, AB and B7. RGB value is (203,171,183). Sum of RGB (Red+Green+Blue) = 203+171+183=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 183 (71.88% from 255 or 32.85% from 557); Max value from RGB is 203 - color contains mainly: red. Hex color #CBABB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABB7 is #345448. Grayscale: #B5B5B5. Windows color (decimal): -3429449 or 12037067. OLE color: 12037067.

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

Color convert

RGB203171183-
CMYK00.160.100.20
HSL337.5º23.53%73.33%-
HSV(B)337.5º15.76%79.61%-
XYZ47.7445.2451.02-
YUV181.94128.6143.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.45%
GREEN value IS 171 (67.19% from 255) = 30.70%
BLUE value IS 183 (71.88% from 255) = 32.85%
R=36.45%
G=30.70%
B=32.85%

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
Decimal20317118300.160.100.20337.523.5373.33
HexCBABB7010A141521849
Octal313253267020122452230111
Binary110010111010101110110111010000101010100101010010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBABB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBABB7; }

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

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

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

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

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

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

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

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