#C68FAB

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

Shades of Lily #C68FAB

Tints of Lily #C68FAB

Color information

#C68FAB (or 0xC68FAB) is unknown color: approx Lily. HEX triplet: C6, 8F and AB. RGB value is (198,143,171). Sum of RGB (Red+Green+Blue) = 198+143+171=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 198 - color contains mainly: red. Hex color #C68FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68FAB is #397054. Grayscale: #A2A2A2. Windows color (decimal): -3764309 or 11243462. OLE color: 11243462.

HSL color Cylindrical-coordinate representation of color #C68FAB: hue angle of 329.45º 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 #C68FAB is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB198143171-
CMYK00.280.140.22
HSL329.45º32.54%66.86%-
HSV(B)329.45º27.78%77.65%-
XYZ40.4634.5943.07-
YUV162.64132.72153.22-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.67%
GREEN value IS 143 (56.25% from 255) = 27.93%
BLUE value IS 171 (67.19% from 255) = 33.40%
R=38.67%
G=27.93%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814317100.280.140.22329.4532.5466.86
HexC68FAB01CE161492143
Octal306217253034162651141103
Binary1100011010001111101010110111001110101101010010011000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68FAB; }

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

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

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

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

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

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

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

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