#C68CAD

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

Shades of Lily #C68CAD

Tints of Lily #C68CAD

Color information

#C68CAD (or 0xC68CAD) is unknown color: approx Lily. HEX triplet: C6, 8C and AD. RGB value is (198,140,173). Sum of RGB (Red+Green+Blue) = 198+140+173=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 198 - color contains mainly: red. Hex color #C68CAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68CAD is #397352. Grayscale: #A1A1A1. Windows color (decimal): -3765075 or 11373766. OLE color: 11373766.

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

Color convert

RGB198140173-
CMYK00.290.130.22
HSL325.86º33.72%66.27%-
HSV(B)325.86º29.29%77.65%-
XYZ40.2133.7843.94-
YUV161.1134.72154.32-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.75%
GREEN value IS 140 (55.08% from 255) = 27.40%
BLUE value IS 173 (67.97% from 255) = 33.86%
R=38.75%
G=27.40%
B=33.86%

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
Decimal19814017300.290.130.22325.8633.7266.27
HexC68CAD01DD161462242
Octal306214255035152650642102
Binary1100011010001100101011010111011101101101010001101000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68CAD; }

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

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

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

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

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

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

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

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