#CC84AD

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

Shades of Lily #CC84AD

Tints of Lily #CC84AD

Color information

#CC84AD (or 0xCC84AD) is unknown color: approx Lily. HEX triplet: CC, 84 and AD. RGB value is (204,132,173). Sum of RGB (Red+Green+Blue) = 204+132+173=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 132 (51.95% from 255 or 25.93% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CC84AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC84AD is #337B52. Grayscale: #9E9E9E. Windows color (decimal): -3373907 or 11371724. OLE color: 11371724.

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

Color convert

RGB204132173-
CMYK00.350.150.2
HSL325.83º41.38%65.88%-
HSV(B)325.83º35.29%80%-
XYZ40.732.3643.64-
YUV158.2136.35160.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.08%
GREEN value IS 132 (51.95% from 255) = 25.93%
BLUE value IS 173 (67.97% from 255) = 33.99%
R=40.08%
G=25.93%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413217300.350.150.2325.8341.3865.88
HexCC84AD023F141462942
Octal314204255043172450651102
Binary11001100100001001010110101000111111101001010001101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC84AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC84AD; }

 p { color: rgb(204,132,173); }

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

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

 a { background-color: rgb(204,132,173); }

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

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

 span { border-color: rgb(204,132,173); }

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