#C682AF

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

Shades of Lily #C682AF

Tints of Lily #C682AF

Color information

#C682AF (or 0xC682AF) is unknown color: approx Lily. HEX triplet: C6, 82 and AF. RGB value is (198,130,175). Sum of RGB (Red+Green+Blue) = 198+130+175=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 198 - color contains mainly: red. Hex color #C682AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C682AF is #397D50. Grayscale: #9B9B9B. Windows color (decimal): -3767633 or 11502278. OLE color: 11502278.

HSL color Cylindrical-coordinate representation of color #C682AF: hue angle of 320.29º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C682AF is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB198130175-
CMYK00.340.120.22
HSL320.29º37.36%64.31%-
HSV(B)320.29º34.34%77.65%-
XYZ39.0131.0744.5-
YUV155.46139.03158.34-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.36%
GREEN value IS 130 (51.17% from 255) = 25.84%
BLUE value IS 175 (68.75% from 255) = 34.79%
R=39.36%
G=25.84%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813017500.340.120.22320.2937.3664.31
HexC682AF022C161402540
Octal306202257042142650045100
Binary11000110100000101010111101000101100101101010000001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C682AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C682AF; }

 p { color: rgb(198,130,175); }

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

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

 a { background-color: rgb(198,130,175); }

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

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

 span { border-color: rgb(198,130,175); }

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