#CB96AD

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

Shades of Lily #CB96AD

Tints of Lily #CB96AD

Color information

#CB96AD (or 0xCB96AD) is unknown color: approx Lily. HEX triplet: CB, 96 and AD. RGB value is (203,150,173). Sum of RGB (Red+Green+Blue) = 203+150+173=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 203 - color contains mainly: red. Hex color #CB96AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB96AD is #346952. Grayscale: #A8A8A8. Windows color (decimal): -3434835 or 11376331. OLE color: 11376331.

HSL color Cylindrical-coordinate representation of color #CB96AD: hue angle of 333.96º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CB96AD is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB203150173-
CMYK00.260.150.20
HSL333.96º33.76%69.22%-
HSV(B)333.96º26.11%79.61%-
XYZ43.0837.5344.51-
YUV168.47130.56152.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.59%
GREEN value IS 150 (58.98% from 255) = 28.52%
BLUE value IS 173 (67.97% from 255) = 32.89%
R=38.59%
G=28.52%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315017300.260.150.20333.9633.7669.22
HexCB96AD01AF1414e2245
Octal313226255032172451642105
Binary1100101110010110101011010110101111101001010011101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB96AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB96AD; }

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

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

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

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

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

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

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

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