#c698b4

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

Shades of Lily #C698B4

Tints of Lily #C698B4

Color information

#C698B4 (or 0xC698B4) is unknown color: approx Lily. HEX triplet: C6, 98 and B4. RGB value is (198,152,180). Sum of RGB (Red+Green+Blue) = 198+152+180=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 198 - color contains mainly: red. Hex color #C698B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698B4 is #39674B. Grayscale: #A8A8A8. Windows color (decimal): -3761996 or 11835590. OLE color: 11835590.

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

Color convert

RGB198152180-
CMYK00.230.090.22
HSL323.48º28.75%68.63%-
HSV(B)323.48º23.23%77.65%-
XYZ42.7637.7648.21-
YUV168.95134.24148.72-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.36%
GREEN value IS 152 (59.77% from 255) = 28.68%
BLUE value IS 180 (70.70% from 255) = 33.96%
R=37.36%
G=28.68%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815218000.230.090.22323.4828.7568.63
HexC698B40179161431d45
Octal306230264027112650335105
Binary110001101001100010110100010111100110110101000011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c698b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c698b4; }

 p { color: rgb(198,152,180); }

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

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

 a { background-color: rgb(198,152,180); }

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

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

 span { border-color: rgb(198,152,180); }

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