#C68CAC

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

Shades of Lily #C68CAC

Tints of Lily #C68CAC

Color information

#C68CAC (or 0xC68CAC) is unknown color: approx Lily. HEX triplet: C6, 8C and AC. RGB value is (198,140,172). Sum of RGB (Red+Green+Blue) = 198+140+172=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 198 - color contains mainly: red. Hex color #C68CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68CAC is #397353. Grayscale: #A0A0A0. Windows color (decimal): -3765076 or 11308230. OLE color: 11308230.

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

Color convert

RGB198140172-
CMYK00.290.130.22
HSL326.9º33.72%66.27%-
HSV(B)326.9º29.29%77.65%-
XYZ40.1133.7443.43-
YUV160.99134.22154.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.82%
GREEN value IS 140 (55.08% from 255) = 27.45%
BLUE value IS 172 (67.58% from 255) = 33.73%
R=38.82%
G=27.45%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814017200.290.130.22326.933.7266.27
HexC68CAC01DD161472242
Octal306214254035152650742102
Binary1100011010001100101011000111011101101101010001111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68CAC; }

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

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

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

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

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

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

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

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