#C698AF

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

Shades of Lily #C698AF

Tints of Lily #C698AF

Color information

#C698AF (or 0xC698AF) is unknown color: approx Lily. HEX triplet: C6, 98 and AF. RGB value is (198,152,175). Sum of RGB (Red+Green+Blue) = 198+152+175=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 198 - color contains mainly: red. Hex color #C698AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C698AF is #396750. Grayscale: #A8A8A8. Windows color (decimal): -3762001 or 11507910. OLE color: 11507910.

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

Color convert

RGB198152175-
CMYK00.230.120.22
HSL330º28.75%68.63%-
HSV(B)330º23.23%77.65%-
XYZ42.2537.5645.58-
YUV168.38131.74149.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.71%
GREEN value IS 152 (59.77% from 255) = 28.95%
BLUE value IS 175 (68.75% from 255) = 33.33%
R=37.71%
G=28.95%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815217500.230.120.2233028.7568.63
HexC698AF017C1614a1d45
Octal306230257027142651235105
Binary110001101001100010101111010111110010110101001010111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C698AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C698AF; }

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

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

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

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

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

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

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

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