#CC9FBE

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

Shades of Lily #CC9FBE

Tints of Lily #CC9FBE

Color information

#CC9FBE (or 0xCC9FBE) is unknown color: approx Lily. HEX triplet: CC, 9F and BE. RGB value is (204,159,190). Sum of RGB (Red+Green+Blue) = 204+159+190=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9FBE is #336041. Grayscale: #AFAFAF. Windows color (decimal): -3366978 or 12492748. OLE color: 12492748.

HSL color Cylindrical-coordinate representation of color #CC9FBE: hue angle of 318.67º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CC9FBE is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB204159190-
CMYK00.220.070.2
HSL318.67º30.61%71.18%-
HSV(B)318.67º22.06%80%-
XYZ46.5941.3554.24-
YUV175.99135.91147.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.89%
GREEN value IS 159 (62.5% from 255) = 28.75%
BLUE value IS 190 (74.61% from 255) = 34.36%
R=36.89%
G=28.75%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415919000.220.070.2318.6730.6171.18
HexCC9FBE01671413f1f47
Octal31423727602672447737107
Binary11001100100111111011111001011011110100100111111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9FBE; }

 p { color: rgb(204,159,190); }

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

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

 a { background-color: rgb(204,159,190); }

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

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

 span { border-color: rgb(204,159,190); }

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