#CC8AB1

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

Shades of Lily #CC8AB1

Tints of Lily #CC8AB1

Color information

#CC8AB1 (or 0xCC8AB1) is unknown color: approx Lily. HEX triplet: CC, 8A and B1. RGB value is (204,138,177). Sum of RGB (Red+Green+Blue) = 204+138+177=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8AB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8AB1 is #33754E. Grayscale: #A2A2A2. Windows color (decimal): -3372367 or 11635404. OLE color: 11635404.

HSL color Cylindrical-coordinate representation of color #CC8AB1: hue angle of 324.55º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC8AB1 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB204138177-
CMYK00.320.130.2
HSL324.55º39.29%67.06%-
HSV(B)324.55º32.35%80%-
XYZ41.9334.1945.98-
YUV162.18136.37157.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.31%
GREEN value IS 138 (54.30% from 255) = 26.59%
BLUE value IS 177 (69.53% from 255) = 34.10%
R=39.31%
G=26.59%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413817700.320.130.2324.5539.2967.06
HexCC8AB1020D141452743
Octal314212261040152450547103
Binary11001100100010101011000101000001101101001010001011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8AB1; }

 p { color: rgb(204,138,177); }

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

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

 a { background-color: rgb(204,138,177); }

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

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

 span { border-color: rgb(204,138,177); }

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