#CC7EAF

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

Shades of Lily #CC7EAF

Tints of Lily #CC7EAF

Color information

#CC7EAF (or 0xCC7EAF) is unknown color: approx Lily. HEX triplet: CC, 7E and AF. RGB value is (204,126,175). Sum of RGB (Red+Green+Blue) = 204+126+175=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 126 (49.61% from 255 or 24.95% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7EAF is #338150. Grayscale: #9A9A9A. Windows color (decimal): -3375441 or 11501260. OLE color: 11501260.

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

Color convert

RGB204126175-
CMYK00.380.140.2
HSL322.31º43.33%64.71%-
HSV(B)322.31º38.24%80%-
XYZ40.130.8544.4-
YUV154.91139.34163.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.40%
GREEN value IS 126 (49.61% from 255) = 24.95%
BLUE value IS 175 (68.75% from 255) = 34.65%
R=40.40%
G=24.95%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412617500.380.140.2322.3143.3364.71
HexCC7EAF026E141422b41
Octal314176257046162450253101
Binary1100110011111101010111101001101110101001010000101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7EAF; }

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

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

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

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

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

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

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

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