#CC80BA

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

Shades of Lily #CC80BA

Tints of Lily #CC80BA

Color information

#CC80BA (or 0xCC80BA) is unknown color: approx Lily. HEX triplet: CC, 80 and BA. RGB value is (204,128,186). Sum of RGB (Red+Green+Blue) = 204+128+186=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CC80BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC80BA is #337F45. Grayscale: #9D9D9D. Windows color (decimal): -3374918 or 12222668. OLE color: 12222668.

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

Color convert

RGB204128186-
CMYK00.370.090.2
HSL314.21º42.7%65.1%-
HSV(B)314.21º37.25%80%-
XYZ41.4831.8250.41-
YUV157.34144.18161.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.38%
GREEN value IS 128 (50.39% from 255) = 24.71%
BLUE value IS 186 (73.05% from 255) = 35.91%
R=39.38%
G=24.71%
B=35.91%

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
Decimal20412818600.370.090.2314.2142.765.1
HexCC80BA02591413a2b41
Octal314200272045112447253101
Binary11001100100000001011101001001011001101001001110101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC80BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC80BA; }

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

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

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

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

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

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

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

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