#CC85AF

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

Shades of Lily #CC85AF

Tints of Lily #CC85AF

Color information

#CC85AF (or 0xCC85AF) is unknown color: approx Lily. HEX triplet: CC, 85 and AF. RGB value is (204,133,175). Sum of RGB (Red+Green+Blue) = 204+133+175=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CC85AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC85AF is #337A50. Grayscale: #9E9E9E. Windows color (decimal): -3373649 or 11503052. OLE color: 11503052.

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

Color convert

RGB204133175-
CMYK00.350.140.2
HSL324.51º41.04%66.08%-
HSV(B)324.51º34.8%80%-
XYZ41.0332.7144.71-
YUV159.02137.02160.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.84%
GREEN value IS 133 (52.34% from 255) = 25.98%
BLUE value IS 175 (68.75% from 255) = 34.18%
R=39.84%
G=25.98%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413317500.350.140.2324.5141.0466.08
HexCC85AF023E141452942
Octal314205257043162450551102
Binary11001100100001011010111101000111110101001010001011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC85AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC85AF; }

 p { color: rgb(204,133,175); }

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

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

 a { background-color: rgb(204,133,175); }

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

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

 span { border-color: rgb(204,133,175); }

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