#CC8FBB

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

Shades of Lily #CC8FBB

Tints of Lily #CC8FBB

Color information

#CC8FBB (or 0xCC8FBB) is unknown color: approx Lily. HEX triplet: CC, 8F and BB. RGB value is (204,143,187). Sum of RGB (Red+Green+Blue) = 204+143+187=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 143 (56.25% from 255 or 26.78% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8FBB is #337044. Grayscale: #A6A6A6. Windows color (decimal): -3371077 or 12292044. OLE color: 12292044.

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

Color convert

RGB204143187-
CMYK00.300.080.2
HSL316.72º37.42%68.04%-
HSV(B)316.72º29.9%80%-
XYZ43.6936.0751.67-
YUV166.26139.71154.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.20%
GREEN value IS 143 (56.25% from 255) = 26.78%
BLUE value IS 187 (73.44% from 255) = 35.02%
R=38.20%
G=26.78%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414318700.300.080.2316.7237.4268.04
HexCC8FBB01E81413d2544
Octal314217273036102447545104
Binary1100110010001111101110110111101000101001001111011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8FBB; }

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

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

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

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

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

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

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

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