#C696B7

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

Shades of Lily #C696B7

Tints of Lily #C696B7

Color information

#C696B7 (or 0xC696B7) is unknown color: approx Lily. HEX triplet: C6, 96 and B7. RGB value is (198,150,183). Sum of RGB (Red+Green+Blue) = 198+150+183=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 183 (71.88% from 255 or 34.46% from 531); Max value from RGB is 198 - color contains mainly: red. Hex color #C696B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C696B7 is #396948. Grayscale: #A8A8A8. Windows color (decimal): -3762505 or 12031686. OLE color: 12031686.

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

Color convert

RGB198150183-
CMYK00.240.080.22
HSL318.75º29.63%68.24%-
HSV(B)318.75º24.24%77.65%-
XYZ42.7437.2449.73-
YUV168.11136.4149.32-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.29%
GREEN value IS 150 (58.98% from 255) = 28.25%
BLUE value IS 183 (71.88% from 255) = 34.46%
R=37.29%
G=28.25%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815018300.240.080.22318.7529.6368.24
HexC696B701881613f1e44
Octal306226267030102647736104
Binary110001101001011010110111011000100010110100111111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C696B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C696B7; }

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

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

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

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

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

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

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

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