#C68BAA

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

Shades of Lily #C68BAA

Tints of Lily #C68BAA

Color information

#C68BAA (or 0xC68BAA) is unknown color: approx Lily. HEX triplet: C6, 8B and AA. RGB value is (198,139,170). Sum of RGB (Red+Green+Blue) = 198+139+170=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 198 - color contains mainly: red. Hex color #C68BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68BAA is #397455. Grayscale: #A0A0A0. Windows color (decimal): -3765334 or 11176902. OLE color: 11176902.

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

Color convert

RGB198139170-
CMYK00.300.140.22
HSL328.47º34.1%66.08%-
HSV(B)328.47º29.8%77.65%-
XYZ39.7833.3742.38-
YUV160.17133.55154.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.05%
GREEN value IS 139 (54.69% from 255) = 27.42%
BLUE value IS 170 (66.80% from 255) = 33.53%
R=39.05%
G=27.42%
B=33.53%

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
Decimal19813917000.300.140.22328.4734.166.08
HexC68BAA01EE161482242
Octal306213252036162651042102
Binary1100011010001011101010100111101110101101010010001000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68BAA; }

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

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

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

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

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

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

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

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