#CC86AE

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

Shades of Lily #CC86AE

Tints of Lily #CC86AE

Color information

#CC86AE (or 0xCC86AE) is unknown color: approx Lily. HEX triplet: CC, 86 and AE. RGB value is (204,134,174). Sum of RGB (Red+Green+Blue) = 204+134+174=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CC86AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC86AE is #337951. Grayscale: #9F9F9F. Windows color (decimal): -3373394 or 11437772. OLE color: 11437772.

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

Color convert

RGB204134174-
CMYK00.340.150.2
HSL325.71º40.7%66.27%-
HSV(B)325.71º34.31%80%-
XYZ41.0732.9444.24-
YUV159.49136.19159.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.84%
GREEN value IS 134 (52.73% from 255) = 26.17%
BLUE value IS 174 (68.36% from 255) = 33.98%
R=39.84%
G=26.17%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413417400.340.150.2325.7140.766.27
HexCC86AE022F141462942
Octal314206256042172450651102
Binary11001100100001101010111001000101111101001010001101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC86AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC86AE; }

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

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

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

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

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

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

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

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