#C9A2BC

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

Shades of Lily #C9A2BC

Tints of Lily #C9A2BC

Color information

#C9A2BC (or 0xC9A2BC) is unknown color: approx Lily. HEX triplet: C9, A2 and BC. RGB value is (201,162,188). Sum of RGB (Red+Green+Blue) = 201+162+188=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A2BC is #365D43. Grayscale: #B0B0B0. Windows color (decimal): -3562820 or 12362441. OLE color: 12362441.

HSL color Cylindrical-coordinate representation of color #C9A2BC: hue angle of 320º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9A2BC is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB201162188-
CMYK00.190.060.21
HSL320º26.53%71.18%-
HSV(B)320º19.4%78.82%-
XYZ46.0841.8953.23-
YUV176.62134.42145.39-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.48%
GREEN value IS 162 (63.67% from 255) = 29.40%
BLUE value IS 188 (73.83% from 255) = 34.12%
R=36.48%
G=29.40%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116218800.190.060.2132026.5371.18
HexC9A2BC0136151401b47
Octal31124227402362550033107
Binary11001001101000101011110001001111010101101000000110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A2BC; }

 p { color: rgb(201,162,188); }

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

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

 a { background-color: rgb(201,162,188); }

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

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

 span { border-color: rgb(201,162,188); }

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