#CC8CAE

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

Shades of Lily #CC8CAE

Tints of Lily #CC8CAE

Color information

#CC8CAE (or 0xCC8CAE) is unknown color: approx Lily. HEX triplet: CC, 8C and AE. RGB value is (204,140,174). Sum of RGB (Red+Green+Blue) = 204+140+174=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8CAE is #337351. Grayscale: #A2A2A2. Windows color (decimal): -3371858 or 11439308. OLE color: 11439308.

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

Color convert

RGB204140174-
CMYK00.310.150.2
HSL328.12º38.55%67.45%-
HSV(B)328.12º31.37%80%-
XYZ41.9234.6544.52-
YUV163.01134.2157.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.38%
GREEN value IS 140 (55.08% from 255) = 27.03%
BLUE value IS 174 (68.36% from 255) = 33.59%
R=39.38%
G=27.03%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414017400.310.150.2328.1238.5567.45
HexCC8CAE01FF141482743
Octal314214256037172451047103
Binary1100110010001100101011100111111111101001010010001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8CAE; }

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

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

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

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

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

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

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

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