#C685AA

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

Shades of Lily #C685AA

Tints of Lily #C685AA

Color information

#C685AA (or 0xC685AA) is unknown color: approx Lily. HEX triplet: C6, 85 and AA. RGB value is (198,133,170). Sum of RGB (Red+Green+Blue) = 198+133+170=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 198 - color contains mainly: red. Hex color #C685AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C685AA is #397A55. Grayscale: #9C9C9C. Windows color (decimal): -3766870 or 11175366. OLE color: 11175366.

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

Color convert

RGB198133170-
CMYK00.330.140.22
HSL325.85º36.31%64.9%-
HSV(B)325.85º32.83%77.65%-
XYZ38.9331.6842.09-
YUV156.65135.53157.49-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.52%
GREEN value IS 133 (52.34% from 255) = 26.55%
BLUE value IS 170 (66.80% from 255) = 33.93%
R=39.52%
G=26.55%
B=33.93%

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
Decimal19813317000.330.140.22325.8536.3164.9
HexC685AA021E161462441
Octal306205252041162650644101
Binary11000110100001011010101001000011110101101010001101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C685AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C685AA; }

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

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

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

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

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

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

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

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