#CC88B6

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

Shades of Lily #CC88B6

Tints of Lily #CC88B6

Color information

#CC88B6 (or 0xCC88B6) is unknown color: approx Lily. HEX triplet: CC, 88 and B6. RGB value is (204,136,182). Sum of RGB (Red+Green+Blue) = 204+136+182=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 182 (71.48% from 255 or 34.87% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CC88B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC88B6 is #337749. Grayscale: #A1A1A1. Windows color (decimal): -3372874 or 11962572. OLE color: 11962572.

HSL color Cylindrical-coordinate representation of color #CC88B6: hue angle of 319.41º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC88B6 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB204136182-
CMYK00.330.110.2
HSL319.41º40%66.67%-
HSV(B)319.41º33.33%80%-
XYZ42.1533.8248.56-
YUV161.58139.53158.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.08%
GREEN value IS 136 (53.52% from 255) = 26.05%
BLUE value IS 182 (71.48% from 255) = 34.87%
R=39.08%
G=26.05%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413618200.330.110.2319.414066.67
HexCC88B6021B1413f2843
Octal314210266041132447750103
Binary11001100100010001011011001000011011101001001111111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC88B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC88B6; }

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

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

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

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

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

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

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

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