#CC85B9

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

Shades of Lily #CC85B9

Tints of Lily #CC85B9

Color information

#CC85B9 (or 0xCC85B9) is unknown color: approx Lily. HEX triplet: CC, 85 and B9. RGB value is (204,133,185). Sum of RGB (Red+Green+Blue) = 204+133+185=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 133 (52.34% from 255 or 25.48% from 522); Blue value is 185 (72.66% from 255 or 35.44% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CC85B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC85B9 is #337A46. Grayscale: #A0A0A0. Windows color (decimal): -3373639 or 12158412. OLE color: 12158412.

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

Color convert

RGB204133185-
CMYK00.350.090.2
HSL316.06º41.04%66.08%-
HSV(B)316.06º34.8%80%-
XYZ42.0533.1250.07-
YUV160.16142.02159.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.08%
GREEN value IS 133 (52.34% from 255) = 25.48%
BLUE value IS 185 (72.66% from 255) = 35.44%
R=39.08%
G=25.48%
B=35.44%

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
Decimal20413318500.350.090.2316.0641.0466.08
HexCC85B902391413c2942
Octal314205271043112447451102
Binary11001100100001011011100101000111001101001001111001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC85B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC85B9; }

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

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

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

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

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

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

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

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