#CC93B6

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

Shades of Lily #CC93B6

Tints of Lily #CC93B6

Color information

#CC93B6 (or 0xCC93B6) is unknown color: approx Lily. HEX triplet: CC, 93 and B6. RGB value is (204,147,182). Sum of RGB (Red+Green+Blue) = 204+147+182=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 147 (57.81% from 255 or 27.58% from 533); Blue value is 182 (71.48% from 255 or 34.15% from 533); Max value from RGB is 204 - color contains mainly: red. Hex color #CC93B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC93B6 is #336C49. Grayscale: #A7A7A7. Windows color (decimal): -3370058 or 11965388. OLE color: 11965388.

HSL color Cylindrical-coordinate representation of color #CC93B6: hue angle of 323.16º degrees, saturation: 0.36, 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 #CC93B6 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB204147182-
CMYK00.280.110.2
HSL323.16º35.85%68.82%-
HSV(B)323.16º27.94%80%-
XYZ43.7837.0849.11-
YUV168.03135.88153.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.27%
GREEN value IS 147 (57.81% from 255) = 27.58%
BLUE value IS 182 (71.48% from 255) = 34.15%
R=38.27%
G=27.58%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414718200.280.110.2323.1635.8568.82
HexCC93B601CB141432445
Octal314223266034132450344105
Binary1100110010010011101101100111001011101001010000111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC93B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC93B6; }

 p { color: rgb(204,147,182); }

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

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

 a { background-color: rgb(204,147,182); }

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

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

 span { border-color: rgb(204,147,182); }

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