#CC86B9

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

Shades of Lily #CC86B9

Tints of Lily #CC86B9

Color information

#CC86B9 (or 0xCC86B9) is unknown color: approx Lily. HEX triplet: CC, 86 and B9. RGB value is (204,134,185). Sum of RGB (Red+Green+Blue) = 204+134+185=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 134 (52.73% from 255 or 25.62% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CC86B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC86B9 is #337946. Grayscale: #A0A0A0. Windows color (decimal): -3373383 or 12158668. OLE color: 12158668.

HSL color Cylindrical-coordinate representation of color #CC86B9: hue angle of 316.29º 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 #CC86B9 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB204134185-
CMYK00.340.090.2
HSL316.29º40.7%66.27%-
HSV(B)316.29º34.31%80%-
XYZ42.1833.3950.12-
YUV160.74141.69158.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.01%
GREEN value IS 134 (52.73% from 255) = 25.62%
BLUE value IS 185 (72.66% from 255) = 35.37%
R=39.01%
G=25.62%
B=35.37%

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
Decimal20413418500.340.090.2316.2940.766.27
HexCC86B902291413c2942
Octal314206271042112447451102
Binary11001100100001101011100101000101001101001001111001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC86B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC86B9; }

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

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

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

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

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

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

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

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