#C68BAF

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

Shades of Lily #C68BAF

Tints of Lily #C68BAF

Color information

#C68BAF (or 0xC68BAF) is unknown color: approx Lily. HEX triplet: C6, 8B and AF. RGB value is (198,139,175). Sum of RGB (Red+Green+Blue) = 198+139+175=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 198 - color contains mainly: red. Hex color #C68BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68BAF is #397450. Grayscale: #A0A0A0. Windows color (decimal): -3765329 or 11504582. OLE color: 11504582.

HSL color Cylindrical-coordinate representation of color #C68BAF: hue angle of 323.39º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C68BAF is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB198139175-
CMYK00.300.120.22
HSL323.39º34.1%66.08%-
HSV(B)323.39º29.8%77.65%-
XYZ40.2633.5744.91-
YUV160.74136.05154.57-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.67%
GREEN value IS 139 (54.69% from 255) = 27.15%
BLUE value IS 175 (68.75% from 255) = 34.18%
R=38.67%
G=27.15%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813917500.300.120.22323.3934.166.08
HexC68BAF01EC161432242
Octal306213257036142650342102
Binary1100011010001011101011110111101100101101010000111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68BAF; }

 p { color: rgb(198,139,175); }

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

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

 a { background-color: rgb(198,139,175); }

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

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

 span { border-color: rgb(198,139,175); }

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