#C685AB

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

Shades of Lily #C685AB

Tints of Lily #C685AB

Color information

#C685AB (or 0xC685AB) is unknown color: approx Lily. HEX triplet: C6, 85 and AB. RGB value is (198,133,171). Sum of RGB (Red+Green+Blue) = 198+133+171=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 198 - color contains mainly: red. Hex color #C685AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C685AB is #397A54. Grayscale: #9C9C9C. Windows color (decimal): -3766869 or 11240902. OLE color: 11240902.

HSL color Cylindrical-coordinate representation of color #C685AB: hue angle of 324.92º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C685AB is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB198133171-
CMYK00.330.140.22
HSL324.92º36.31%64.9%-
HSV(B)324.92º32.83%77.65%-
XYZ39.0331.7242.59-
YUV156.77136.03157.41-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.44%
GREEN value IS 133 (52.34% from 255) = 26.49%
BLUE value IS 171 (67.19% from 255) = 34.06%
R=39.44%
G=26.49%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813317100.330.140.22324.9236.3164.9
HexC685AB021E161452441
Octal306205253041162650544101
Binary11000110100001011010101101000011110101101010001011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C685AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C685AB; }

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

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

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

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

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

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

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

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