#C782AB

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

Shades of Lily #C782AB

Tints of Lily #C782AB

Color information

#C782AB (or 0xC782AB) is unknown color: approx Lily. HEX triplet: C7, 82 and AB. RGB value is (199,130,171). Sum of RGB (Red+Green+Blue) = 199+130+171=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 199 - color contains mainly: red. Hex color #C782AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C782AB is #387D54. Grayscale: #9B9B9B. Windows color (decimal): -3702101 or 11240135. OLE color: 11240135.

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

Color convert

RGB199130171-
CMYK00.350.140.22
HSL324.35º38.12%64.51%-
HSV(B)324.35º34.67%78.04%-
XYZ38.8931.0542.47-
YUV155.3136.86159.17-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.8%
GREEN value IS 130 (51.17% from 255) = 26%
BLUE value IS 171 (67.19% from 255) = 34.2%
R=39.8%
G=26%
B=34.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913017100.350.140.22324.3538.1264.51
HexC782AB023E161442641
Octal307202253043162650446101
Binary11000111100000101010101101000111110101101010001001001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C782AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C782AB; }

 p { color: rgb(199,130,171); }

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

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

 a { background-color: rgb(199,130,171); }

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

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

 span { border-color: rgb(199,130,171); }

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