#CC83AC

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

Shades of Lily #CC83AC

Tints of Lily #CC83AC

Color information

#CC83AC (or 0xCC83AC) is unknown color: approx Lily. HEX triplet: CC, 83 and AC. RGB value is (204,131,172). Sum of RGB (Red+Green+Blue) = 204+131+172=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 131 (51.56% from 255 or 25.84% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CC83AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC83AC is #337C53. Grayscale: #9D9D9D. Windows color (decimal): -3374164 or 11305932. OLE color: 11305932.

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

Color convert

RGB204131172-
CMYK00.360.160.2
HSL326.3º41.71%65.69%-
HSV(B)326.3º35.78%80%-
XYZ40.4632.0543.08-
YUV157.5136.18161.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.24%
GREEN value IS 131 (51.56% from 255) = 25.84%
BLUE value IS 172 (67.58% from 255) = 33.93%
R=40.24%
G=25.84%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413117200.360.160.2326.341.7165.69
HexCC83AC02410141462a42
Octal314203254044202450652102
Binary110011001000001110101100010010010000101001010001101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC83AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC83AC; }

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

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

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

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

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

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

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

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