#C696B1

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

Shades of Lily #C696B1

Tints of Lily #C696B1

Color information

#C696B1 (or 0xC696B1) is unknown color: approx Lily. HEX triplet: C6, 96 and B1. RGB value is (198,150,177). Sum of RGB (Red+Green+Blue) = 198+150+177=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 177 (69.53% from 255 or 33.71% from 525); Max value from RGB is 198 - color contains mainly: red. Hex color #C696B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C696B1 is #39694E. Grayscale: #A7A7A7. Windows color (decimal): -3762511 or 11638470. OLE color: 11638470.

HSL color Cylindrical-coordinate representation of color #C696B1: hue angle of 326.25º degrees, saturation: 0.3, 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 #C696B1 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB198150177-
CMYK00.240.110.22
HSL326.25º29.63%68.24%-
HSV(B)326.25º24.24%77.65%-
XYZ42.1336.9946.51-
YUV167.43133.4149.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.71%
GREEN value IS 150 (58.98% from 255) = 28.57%
BLUE value IS 177 (69.53% from 255) = 33.71%
R=37.71%
G=28.57%
B=33.71%

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
Decimal19815017700.240.110.22326.2529.6368.24
HexC696B1018B161461e44
Octal306226261030132650636104
Binary110001101001011010110001011000101110110101000110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C696B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C696B1; }

 p { color: rgb(198,150,177); }

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

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

 a { background-color: rgb(198,150,177); }

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

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

 span { border-color: rgb(198,150,177); }

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