#CB9BAE

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

Shades of Lily #CB9BAE

Tints of Lily #CB9BAE

Color information

#CB9BAE (or 0xCB9BAE) is unknown color: approx Lily. HEX triplet: CB, 9B and AE. RGB value is (203,155,174). Sum of RGB (Red+Green+Blue) = 203+155+174=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9BAE is #346451. Grayscale: #ABABAB. Windows color (decimal): -3433554 or 11443147. OLE color: 11443147.

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

Color convert

RGB203155174-
CMYK00.240.140.20
HSL336.25º31.58%70.2%-
HSV(B)336.25º23.65%79.61%-
XYZ43.9939.245.29-
YUV171.52129.4150.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.16%
GREEN value IS 155 (60.94% from 255) = 29.14%
BLUE value IS 174 (68.36% from 255) = 32.71%
R=38.16%
G=29.14%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315517400.240.140.20336.2531.5870.2
HexCB9BAE018E141502046
Octal313233256030162452040106
Binary1100101110011011101011100110001110101001010100001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9BAE; }

 p { color: rgb(203,155,174); }

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

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

 a { background-color: rgb(203,155,174); }

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

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

 span { border-color: rgb(203,155,174); }

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