#CB93AF

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

Shades of Lily #CB93AF

Tints of Lily #CB93AF

Color information

#CB93AF (or 0xCB93AF) is unknown color: approx Lily. HEX triplet: CB, 93 and AF. RGB value is (203,147,175). Sum of RGB (Red+Green+Blue) = 203+147+175=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 203 - color contains mainly: red. Hex color #CB93AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB93AF is #346C50. Grayscale: #A6A6A6. Windows color (decimal): -3435601 or 11506635. OLE color: 11506635.

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

Color convert

RGB203147175-
CMYK00.280.140.20
HSL330º35%68.63%-
HSV(B)330º27.59%79.61%-
XYZ42.836.6645.38-
YUV166.94132.55153.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.67%
GREEN value IS 147 (57.81% from 255) = 28%
BLUE value IS 175 (68.75% from 255) = 33.33%
R=38.67%
G=28%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314717500.280.140.203303568.63
HexCB93AF01CE1414a2345
Octal313223257034162451243105
Binary1100101110010011101011110111001110101001010010101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB93AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB93AF; }

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

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

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

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

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

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

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

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