#C697B9

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

Shades of Lily #C697B9

Tints of Lily #C697B9

Color information

#C697B9 (or 0xC697B9) is unknown color: approx Lily. HEX triplet: C6, 97 and B9. RGB value is (198,151,185). Sum of RGB (Red+Green+Blue) = 198+151+185=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 185 (72.66% from 255 or 34.64% from 534); Max value from RGB is 198 - color contains mainly: red. Hex color #C697B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C697B9 is #396846. Grayscale: #A8A8A8. Windows color (decimal): -3762247 or 12163014. OLE color: 12163014.

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

Color convert

RGB198151185-
CMYK00.240.070.22
HSL316.6º29.19%68.43%-
HSV(B)316.6º23.74%77.65%-
XYZ43.1137.6450.89-
YUV168.93137.07148.74-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.08%
GREEN value IS 151 (59.38% from 255) = 28.28%
BLUE value IS 185 (72.66% from 255) = 34.64%
R=37.08%
G=28.28%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815118500.240.070.22316.629.1968.43
HexC697B901871613d1d44
Octal30622727103072647535104
Binary11000110100101111011100101100011110110100111101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C697B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C697B9; }

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

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

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

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

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

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

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

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