#C68FAE

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

Shades of Lily #C68FAE

Tints of Lily #C68FAE

Color information

#C68FAE (or 0xC68FAE) is unknown color: approx Lily. HEX triplet: C6, 8F and AE. RGB value is (198,143,174). Sum of RGB (Red+Green+Blue) = 198+143+174=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 198 - color contains mainly: red. Hex color #C68FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68FAE is #397051. Grayscale: #A2A2A2. Windows color (decimal): -3764306 or 11440070. OLE color: 11440070.

HSL color Cylindrical-coordinate representation of color #C68FAE: hue angle of 326.18º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C68FAE is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB198143174-
CMYK00.280.120.22
HSL326.18º32.54%66.86%-
HSV(B)326.18º27.78%77.65%-
XYZ40.7534.7144.6-
YUV162.98134.22152.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.45%
GREEN value IS 143 (56.25% from 255) = 27.77%
BLUE value IS 174 (68.36% from 255) = 33.79%
R=38.45%
G=27.77%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814317400.280.120.22326.1832.5466.86
HexC68FAE01CC161462143
Octal306217256034142650641103
Binary1100011010001111101011100111001100101101010001101000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68FAE; }

 p { color: rgb(198,143,174); }

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

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

 a { background-color: rgb(198,143,174); }

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

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

 span { border-color: rgb(198,143,174); }

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