#CC90BE

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

Shades of Lily #CC90BE

Tints of Lily #CC90BE

Color information

#CC90BE (or 0xCC90BE) is unknown color: approx Lily. HEX triplet: CC, 90 and BE. RGB value is (204,144,190). Sum of RGB (Red+Green+Blue) = 204+144+190=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CC90BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC90BE is #336F41. Grayscale: #A7A7A7. Windows color (decimal): -3370818 or 12488908. OLE color: 12488908.

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

Color convert

RGB204144190-
CMYK00.290.070.2
HSL314º37.04%68.24%-
HSV(B)314º29.41%80%-
XYZ44.1736.553.43-
YUV167.18140.88154.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.92%
GREEN value IS 144 (56.64% from 255) = 26.77%
BLUE value IS 190 (74.61% from 255) = 35.32%
R=37.92%
G=26.77%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414419000.290.070.231437.0468.24
HexCC90BE01D71413a2544
Octal31422027603572447245104
Binary110011001001000010111110011101111101001001110101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC90BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC90BE; }

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

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

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

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

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

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

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

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