#CC80B9

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

Shades of Lily #CC80B9

Tints of Lily #CC80B9

Color information

#CC80B9 (or 0xCC80B9) is unknown color: approx Lily. HEX triplet: CC, 80 and B9. RGB value is (204,128,185). Sum of RGB (Red+Green+Blue) = 204+128+185=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CC80B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC80B9 is #337F46. Grayscale: #9D9D9D. Windows color (decimal): -3374919 or 12157132. OLE color: 12157132.

HSL color Cylindrical-coordinate representation of color #CC80B9: hue angle of 315º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC80B9 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB204128185-
CMYK00.370.090.2
HSL315º42.7%65.1%-
HSV(B)315º37.25%80%-
XYZ41.3831.7849.85-
YUV157.22143.68161.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.46%
GREEN value IS 128 (50.39% from 255) = 24.76%
BLUE value IS 185 (72.66% from 255) = 35.78%
R=39.46%
G=24.76%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412818500.370.090.231542.765.1
HexCC80B902591413b2b41
Octal314200271045112447353101
Binary11001100100000001011100101001011001101001001110111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC80B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC80B9; }

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

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

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

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

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

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

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

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