#C67FAE

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

Shades of Lily #C67FAE

Tints of Lily #C67FAE

Color information

#C67FAE (or 0xC67FAE) is unknown color: approx Lily. HEX triplet: C6, 7F and AE. RGB value is (198,127,174). Sum of RGB (Red+Green+Blue) = 198+127+174=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 198 - color contains mainly: red. Hex color #C67FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67FAE is #398051. Grayscale: #999999. Windows color (decimal): -3768402 or 11435974. OLE color: 11435974.

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

Color convert

RGB198127174-
CMYK00.360.120.22
HSL320.28º38.38%63.73%-
HSV(B)320.28º35.86%77.65%-
XYZ38.5230.2443.85-
YUV153.59139.52159.68-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.68%
GREEN value IS 127 (50% from 255) = 25.45%
BLUE value IS 174 (68.36% from 255) = 34.87%
R=39.68%
G=25.45%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812717400.360.120.22320.2838.3863.73
HexC67FAE024C161402640
Octal306177256044142650046100
Binary1100011011111111010111001001001100101101010000001001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67FAE; }

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

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

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

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

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

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

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

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