#CC85BA

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

Shades of Lily #CC85BA

Tints of Lily #CC85BA

Color information

#CC85BA (or 0xCC85BA) is unknown color: approx Lily. HEX triplet: CC, 85 and BA. RGB value is (204,133,186). Sum of RGB (Red+Green+Blue) = 204+133+186=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CC85BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC85BA is #337A45. Grayscale: #A0A0A0. Windows color (decimal): -3373638 or 12223948. OLE color: 12223948.

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

Color convert

RGB204133186-
CMYK00.350.090.2
HSL315.21º41.04%66.08%-
HSV(B)315.21º34.8%80%-
XYZ42.1533.1650.63-
YUV160.27142.52159.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.01%
GREEN value IS 133 (52.34% from 255) = 25.43%
BLUE value IS 186 (73.05% from 255) = 35.56%
R=39.01%
G=25.43%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413318600.350.090.2315.2141.0466.08
HexCC85BA02391413b2942
Octal314205272043112447351102
Binary11001100100001011011101001000111001101001001110111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC85BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC85BA; }

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

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

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

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

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

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

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

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