#C68CBA

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

Shades of Lily #C68CBA

Tints of Lily #C68CBA

Color information

#C68CBA (or 0xC68CBA) is unknown color: approx Lily. HEX triplet: C6, 8C and BA. RGB value is (198,140,186). Sum of RGB (Red+Green+Blue) = 198+140+186=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 198 - color contains mainly: red. Hex color #C68CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68CBA is #397345. Grayscale: #A2A2A2. Windows color (decimal): -3765062 or 12225734. OLE color: 12225734.

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

Color convert

RGB198140186-
CMYK00.290.060.22
HSL312.41º33.72%66.27%-
HSV(B)312.41º29.29%77.65%-
XYZ41.5334.3150.89-
YUV162.59141.22153.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.79%
GREEN value IS 140 (55.08% from 255) = 26.72%
BLUE value IS 186 (73.05% from 255) = 35.50%
R=37.79%
G=26.72%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814018600.290.060.22312.4133.7266.27
HexC68CBA01D6161382242
Octal30621427203562647042102
Binary110001101000110010111010011101110101101001110001000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68CBA; }

 p { color: rgb(198,140,186); }

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

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

 a { background-color: rgb(198,140,186); }

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

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

 span { border-color: rgb(198,140,186); }

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