#C699BA

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

Shades of Lily #C699BA

Tints of Lily #C699BA

Color information

#C699BA (or 0xC699BA) is unknown color: approx Lily. HEX triplet: C6, 99 and BA. RGB value is (198,153,186). Sum of RGB (Red+Green+Blue) = 198+153+186=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 198 - color contains mainly: red. Hex color #C699BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C699BA is #396645. Grayscale: #AAAAAA. Windows color (decimal): -3761734 or 12229062. OLE color: 12229062.

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

Color convert

RGB198153186-
CMYK00.230.060.22
HSL316º28.3%68.82%-
HSV(B)316º22.73%77.65%-
XYZ43.5438.3351.56-
YUV170.22136.91147.82-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.87%
GREEN value IS 153 (60.16% from 255) = 28.49%
BLUE value IS 186 (73.05% from 255) = 34.64%
R=36.87%
G=28.49%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815318600.230.060.2231628.368.82
HexC699BA01761613c1c45
Octal30623127202762647434105
Binary11000110100110011011101001011111010110100111100111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C699BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C699BA; }

 p { color: rgb(198,153,186); }

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

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

 a { background-color: rgb(198,153,186); }

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

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

 span { border-color: rgb(198,153,186); }

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