#CC82AE

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

Shades of Lily #CC82AE

Tints of Lily #CC82AE

Color information

#CC82AE (or 0xCC82AE) is unknown color: approx Lily. HEX triplet: CC, 82 and AE. RGB value is (204,130,174). Sum of RGB (Red+Green+Blue) = 204+130+174=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 174 (68.36% from 255 or 34.25% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CC82AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC82AE is #337D51. Grayscale: #9D9D9D. Windows color (decimal): -3374418 or 11436748. OLE color: 11436748.

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

Color convert

RGB204130174-
CMYK00.360.150.2
HSL324.32º42.05%65.49%-
HSV(B)324.32º36.27%80%-
XYZ40.5231.8644.06-
YUV157.14137.52161.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.16%
GREEN value IS 130 (51.17% from 255) = 25.59%
BLUE value IS 174 (68.36% from 255) = 34.25%
R=40.16%
G=25.59%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413017400.360.150.2324.3242.0565.49
HexCC82AE024F141442a41
Octal314202256044172450452101
Binary11001100100000101010111001001001111101001010001001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC82AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC82AE; }

 p { color: rgb(204,130,174); }

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

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

 a { background-color: rgb(204,130,174); }

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

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

 span { border-color: rgb(204,130,174); }

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