#C397B0

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

Shades of Lily #C397B0

Tints of Lily #C397B0

Color information

#C397B0 (or 0xC397B0) is unknown color: approx Lily. HEX triplet: C3, 97 and B0. RGB value is (195,151,176). Sum of RGB (Red+Green+Blue) = 195+151+176=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 151 (59.38% from 255 or 28.93% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 195 - color contains mainly: red. Hex color #C397B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C397B0 is #3C684F. Grayscale: #A6A6A6. Windows color (decimal): -3958864 or 11573187. OLE color: 11573187.

HSL color Cylindrical-coordinate representation of color #C397B0: hue angle of 325.91º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C397B0 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB195151176-
CMYK00.230.100.24
HSL325.91º26.83%67.84%-
HSV(B)325.91º22.56%76.47%-
XYZ41.4136.8746.01-
YUV167.01133.08147.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.36%
GREEN value IS 151 (59.38% from 255) = 28.93%
BLUE value IS 176 (69.14% from 255) = 33.72%
R=37.36%
G=28.93%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515117600.230.100.24325.9126.8367.84
HexC397B0017A181461b44
Octal303227260027123050633104
Binary110000111001011110110000010111101011000101000110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C397B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C397B0; }

 p { color: rgb(195,151,176); }

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

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

 a { background-color: rgb(195,151,176); }

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

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

 span { border-color: rgb(195,151,176); }

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