#C697B0

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

Shades of Lily #C697B0

Tints of Lily #C697B0

Color information

#C697B0 (or 0xC697B0) is unknown color: approx Lily. HEX triplet: C6, 97 and B0. RGB value is (198,151,176). Sum of RGB (Red+Green+Blue) = 198+151+176=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 198 - color contains mainly: red. Hex color #C697B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C697B0 is #39684F. Grayscale: #A7A7A7. Windows color (decimal): -3762256 or 11573190. OLE color: 11573190.

HSL color Cylindrical-coordinate representation of color #C697B0: hue angle of 328.09º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C697B0 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB198151176-
CMYK00.240.110.22
HSL328.09º29.19%68.43%-
HSV(B)328.09º23.74%77.65%-
XYZ42.1937.2746.05-
YUV167.9132.57149.47-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.71%
GREEN value IS 151 (59.38% from 255) = 28.76%
BLUE value IS 176 (69.14% from 255) = 33.52%
R=37.71%
G=28.76%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815117600.240.110.22328.0929.1968.43
HexC697B0018B161481d44
Octal306227260030132651035104
Binary110001101001011110110000011000101110110101001000111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C697B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C697B0; }

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

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

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

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

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

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

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

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