#C68BAB

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

Shades of Lily #C68BAB

Tints of Lily #C68BAB

Color information

#C68BAB (or 0xC68BAB) is unknown color: approx Lily. HEX triplet: C6, 8B and AB. RGB value is (198,139,171). Sum of RGB (Red+Green+Blue) = 198+139+171=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 198 - color contains mainly: red. Hex color #C68BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68BAB is #397454. Grayscale: #A0A0A0. Windows color (decimal): -3765333 or 11242438. OLE color: 11242438.

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

Color convert

RGB198139171-
CMYK00.300.140.22
HSL327.46º34.1%66.08%-
HSV(B)327.46º29.8%77.65%-
XYZ39.8733.4142.88-
YUV160.29134.05154.9-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.98%
GREEN value IS 139 (54.69% from 255) = 27.36%
BLUE value IS 171 (67.19% from 255) = 33.66%
R=38.98%
G=27.36%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813917100.300.140.22327.4634.166.08
HexC68BAB01EE161472242
Octal306213253036162650742102
Binary1100011010001011101010110111101110101101010001111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68BAB; }

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

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

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

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

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

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

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

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