#CB9BAD

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

Shades of Lily #CB9BAD

Tints of Lily #CB9BAD

Color information

#CB9BAD (or 0xCB9BAD) is unknown color: approx Lily. HEX triplet: CB, 9B and AD. RGB value is (203,155,173). Sum of RGB (Red+Green+Blue) = 203+155+173=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9BAD is #346452. Grayscale: #ABABAB. Windows color (decimal): -3433555 or 11377611. OLE color: 11377611.

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

Color convert

RGB203155173-
CMYK00.240.150.20
HSL337.5º31.58%70.2%-
HSV(B)337.5º23.65%79.61%-
XYZ43.8939.1644.78-
YUV171.4128.9150.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.23%
GREEN value IS 155 (60.94% from 255) = 29.19%
BLUE value IS 173 (67.97% from 255) = 32.58%
R=38.23%
G=29.19%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315517300.240.150.20337.531.5870.2
HexCB9BAD018F141522046
Octal313233255030172452240106
Binary1100101110011011101011010110001111101001010100101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9BAD; }

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

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

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

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

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

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

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

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