#CC7EB9

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

Shades of Lily #CC7EB9

Tints of Lily #CC7EB9

Color information

#CC7EB9 (or 0xCC7EB9) is unknown color: approx Lily. HEX triplet: CC, 7E and B9. RGB value is (204,126,185). Sum of RGB (Red+Green+Blue) = 204+126+185=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 126 (49.61% from 255 or 24.47% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7EB9 is #338146. Grayscale: #9B9B9B. Windows color (decimal): -3375431 or 12156620. OLE color: 12156620.

HSL color Cylindrical-coordinate representation of color #CC7EB9: hue angle of 314.62º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC7EB9 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB204126185-
CMYK00.380.090.2
HSL314.62º43.33%64.71%-
HSV(B)314.62º38.24%80%-
XYZ41.1231.2649.77-
YUV156.05144.34162.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.61%
GREEN value IS 126 (49.61% from 255) = 24.47%
BLUE value IS 185 (72.66% from 255) = 35.92%
R=39.61%
G=24.47%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412618500.380.090.2314.6243.3364.71
HexCC7EB902691413b2b41
Octal314176271046112447353101
Binary1100110011111101011100101001101001101001001110111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7EB9; }

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

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

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

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

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

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

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

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