#CB96AC

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

Shades of Lily #CB96AC

Tints of Lily #CB96AC

Color information

#CB96AC (or 0xCB96AC) is unknown color: approx Lily. HEX triplet: CB, 96 and AC. RGB value is (203,150,172). Sum of RGB (Red+Green+Blue) = 203+150+172=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 203 - color contains mainly: red. Hex color #CB96AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB96AC is #346953. Grayscale: #A8A8A8. Windows color (decimal): -3434836 or 11310795. OLE color: 11310795.

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

Color convert

RGB203150172-
CMYK00.260.150.20
HSL335.09º33.76%69.22%-
HSV(B)335.09º26.11%79.61%-
XYZ42.9837.4944-
YUV168.36130.06152.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.67%
GREEN value IS 150 (58.98% from 255) = 28.57%
BLUE value IS 172 (67.58% from 255) = 32.76%
R=38.67%
G=28.57%
B=32.76%

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
Decimal20315017200.260.150.20335.0933.7669.22
HexCB96AC01AF1414f2245
Octal313226254032172451742105
Binary1100101110010110101011000110101111101001010011111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB96AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB96AC; }

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

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

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

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

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

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

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

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