#C7A2BC

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

Shades of Lily #C7A2BC

Tints of Lily #C7A2BC

Color information

#C7A2BC (or 0xC7A2BC) is unknown color: approx Lily. HEX triplet: C7, A2 and BC. RGB value is (199,162,188). Sum of RGB (Red+Green+Blue) = 199+162+188=549 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.25% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A2BC is #385D43. Grayscale: #AFAFAF. Windows color (decimal): -3693892 or 12362439. OLE color: 12362439.

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

Color convert

RGB199162188-
CMYK00.190.060.22
HSL317.84º24.83%70.78%-
HSV(B)317.84º18.59%78.04%-
XYZ45.5541.6153.21-
YUV176.03134.76144.39-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.25%
GREEN value IS 162 (63.67% from 255) = 29.51%
BLUE value IS 188 (73.83% from 255) = 34.24%
R=36.25%
G=29.51%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916218800.190.060.22317.8424.8370.78
HexC7A2BC01361613e1947
Octal30724227402362647631107
Binary11000111101000101011110001001111010110100111110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A2BC; }

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

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

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

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

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

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

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

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