#C698B3

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

Shades of Lily #C698B3

Tints of Lily #C698B3

Color information

#C698B3 (or 0xC698B3) is unknown color: approx Lily. HEX triplet: C6, 98 and B3. RGB value is (198,152,179). Sum of RGB (Red+Green+Blue) = 198+152+179=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 198 - color contains mainly: red. Hex color #C698B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698B3 is #39674C. Grayscale: #A8A8A8. Windows color (decimal): -3761997 or 11770054. OLE color: 11770054.

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

Color convert

RGB198152179-
CMYK00.230.100.22
HSL324.78º28.75%68.63%-
HSV(B)324.78º23.23%77.65%-
XYZ42.6537.7247.68-
YUV168.83133.74148.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.43%
GREEN value IS 152 (59.77% from 255) = 28.73%
BLUE value IS 179 (70.31% from 255) = 33.84%
R=37.43%
G=28.73%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815217900.230.100.22324.7828.7568.63
HexC698B3017A161451d45
Octal306230263027122650535105
Binary110001101001100010110011010111101010110101000101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C698B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C698B3; }

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

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

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

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

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

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

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

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