#CC83AE

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

Shades of Lily #CC83AE

Tints of Lily #CC83AE

Color information

#CC83AE (or 0xCC83AE) is unknown color: approx Lily. HEX triplet: CC, 83 and AE. RGB value is (204,131,174). Sum of RGB (Red+Green+Blue) = 204+131+174=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 131 (51.56% from 255 or 25.74% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CC83AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC83AE is #337C51. Grayscale: #9D9D9D. Windows color (decimal): -3374162 or 11437004. OLE color: 11437004.

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

Color convert

RGB204131174-
CMYK00.360.150.2
HSL324.66º41.71%65.69%-
HSV(B)324.66º35.78%80%-
XYZ40.6632.1344.1-
YUV157.73137.18161-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.08%
GREEN value IS 131 (51.56% from 255) = 25.74%
BLUE value IS 174 (68.36% from 255) = 34.18%
R=40.08%
G=25.74%
B=34.18%

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
Decimal20413117400.360.150.2324.6641.7165.69
HexCC83AE024F141452a42
Octal314203256044172450552102
Binary11001100100000111010111001001001111101001010001011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC83AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC83AE; }

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

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

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

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

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

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

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

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