#CC8BAE

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

Shades of Lily #CC8BAE

Tints of Lily #CC8BAE

Color information

#CC8BAE (or 0xCC8BAE) is unknown color: approx Lily. HEX triplet: CC, 8B and AE. RGB value is (204,139,174). Sum of RGB (Red+Green+Blue) = 204+139+174=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8BAE is #337451. Grayscale: #A2A2A2. Windows color (decimal): -3372114 or 11439052. OLE color: 11439052.

HSL color Cylindrical-coordinate representation of color #CC8BAE: hue angle of 327.69º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC8BAE is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB204139174-
CMYK00.320.150.2
HSL327.69º38.92%67.25%-
HSV(B)327.69º31.86%80%-
XYZ41.7734.3644.47-
YUV162.43134.53157.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.46%
GREEN value IS 139 (54.69% from 255) = 26.89%
BLUE value IS 174 (68.36% from 255) = 33.66%
R=39.46%
G=26.89%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413917400.320.150.2327.6938.9267.25
HexCC8BAE020F141482743
Octal314213256040172451047103
Binary11001100100010111010111001000001111101001010010001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8BAE; }

 p { color: rgb(204,139,174); }

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

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

 a { background-color: rgb(204,139,174); }

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

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

 span { border-color: rgb(204,139,174); }

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