#CC86BA

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

Shades of Lily #CC86BA

Tints of Lily #CC86BA

Color information

#CC86BA (or 0xCC86BA) is unknown color: approx Lily. HEX triplet: CC, 86 and BA. RGB value is (204,134,186). Sum of RGB (Red+Green+Blue) = 204+134+186=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 134 (52.73% from 255 or 25.57% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CC86BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC86BA is #337945. Grayscale: #A0A0A0. Windows color (decimal): -3373382 or 12224204. OLE color: 12224204.

HSL color Cylindrical-coordinate representation of color #CC86BA: hue angle of 315.43º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC86BA is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB204134186-
CMYK00.340.090.2
HSL315.43º40.7%66.27%-
HSV(B)315.43º34.31%80%-
XYZ42.2933.4350.68-
YUV160.86142.19158.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.93%
GREEN value IS 134 (52.73% from 255) = 25.57%
BLUE value IS 186 (73.05% from 255) = 35.50%
R=38.93%
G=25.57%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413418600.340.090.2315.4340.766.27
HexCC86BA02291413b2942
Octal314206272042112447351102
Binary11001100100001101011101001000101001101001001110111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC86BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC86BA; }

 p { color: rgb(204,134,186); }

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

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

 a { background-color: rgb(204,134,186); }

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

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

 span { border-color: rgb(204,134,186); }

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