#C696B5

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

Shades of Lily #C696B5

Tints of Lily #C696B5

Color information

#C696B5 (or 0xC696B5) is unknown color: approx Lily. HEX triplet: C6, 96 and B5. RGB value is (198,150,181). Sum of RGB (Red+Green+Blue) = 198+150+181=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 198 - color contains mainly: red. Hex color #C696B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C696B5 is #39694A. Grayscale: #A7A7A7. Windows color (decimal): -3762507 or 11900614. OLE color: 11900614.

HSL color Cylindrical-coordinate representation of color #C696B5: hue angle of 321.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 #C696B5 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB198150181-
CMYK00.240.090.22
HSL321.25º29.63%68.24%-
HSV(B)321.25º24.24%77.65%-
XYZ42.5437.1548.65-
YUV167.89135.4149.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.43%
GREEN value IS 150 (58.98% from 255) = 28.36%
BLUE value IS 181 (71.09% from 255) = 34.22%
R=37.43%
G=28.36%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815018100.240.090.22321.2529.6368.24
HexC696B50189161411e44
Octal306226265030112650136104
Binary110001101001011010110101011000100110110101000001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C696B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C696B5; }

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

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

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

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

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

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

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

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