#CB96AF

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

Shades of Lily #CB96AF

Tints of Lily #CB96AF

Color information

#CB96AF (or 0xCB96AF) is unknown color: approx Lily. HEX triplet: CB, 96 and AF. RGB value is (203,150,175). Sum of RGB (Red+Green+Blue) = 203+150+175=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CB96AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB96AF is #346950. Grayscale: #A8A8A8. Windows color (decimal): -3434833 or 11507403. OLE color: 11507403.

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

Color convert

RGB203150175-
CMYK00.260.140.20
HSL331.7º33.76%69.22%-
HSV(B)331.7º26.11%79.61%-
XYZ43.2737.645.54-
YUV168.7131.56152.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.45%
GREEN value IS 150 (58.98% from 255) = 28.41%
BLUE value IS 175 (68.75% from 255) = 33.14%
R=38.45%
G=28.41%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315017500.260.140.20331.733.7669.22
HexCB96AF01AE1414c2245
Octal313226257032162451442105
Binary1100101110010110101011110110101110101001010011001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB96AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB96AF; }

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

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

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

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

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

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

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

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