#CC8FB9

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

Shades of Lily #CC8FB9

Tints of Lily #CC8FB9

Color information

#CC8FB9 (or 0xCC8FB9) is unknown color: approx Lily. HEX triplet: CC, 8F and B9. RGB value is (204,143,185). Sum of RGB (Red+Green+Blue) = 204+143+185=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 185 (72.66% from 255 or 34.77% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8FB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8FB9 is #337046. Grayscale: #A5A5A5. Windows color (decimal): -3371079 or 12160972. OLE color: 12160972.

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

Color convert

RGB204143185-
CMYK00.300.090.2
HSL318.69º37.42%68.04%-
HSV(B)318.69º29.9%80%-
XYZ43.4835.9950.55-
YUV166.03138.71155.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.35%
GREEN value IS 143 (56.25% from 255) = 26.88%
BLUE value IS 185 (72.66% from 255) = 34.77%
R=38.35%
G=26.88%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414318500.300.090.2318.6937.4268.04
HexCC8FB901E91413f2544
Octal314217271036112447745104
Binary1100110010001111101110010111101001101001001111111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8FB9; }

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

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

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

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

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

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

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

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