#CC8FB1

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

Shades of Lily #CC8FB1

Tints of Lily #CC8FB1

Color information

#CC8FB1 (or 0xCC8FB1) is unknown color: approx Lily. HEX triplet: CC, 8F and B1. RGB value is (204,143,177). Sum of RGB (Red+Green+Blue) = 204+143+177=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 177 (69.53% from 255 or 33.78% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8FB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8FB1 is #33704E. Grayscale: #A5A5A5. Windows color (decimal): -3371087 or 11636684. OLE color: 11636684.

HSL color Cylindrical-coordinate representation of color #CC8FB1: hue angle of 326.56º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC8FB1 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB204143177-
CMYK00.300.130.2
HSL326.56º37.42%68.04%-
HSV(B)326.56º29.9%80%-
XYZ42.6635.6646.23-
YUV165.11134.71155.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.93%
GREEN value IS 143 (56.25% from 255) = 27.29%
BLUE value IS 177 (69.53% from 255) = 33.78%
R=38.93%
G=27.29%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414317700.300.130.2326.5637.4268.04
HexCC8FB101ED141472544
Octal314217261036152450745104
Binary1100110010001111101100010111101101101001010001111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8FB1; }

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

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

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

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

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

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

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

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