#C699B2

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

Shades of Lily #C699B2

Tints of Lily #C699B2

Color information

#C699B2 (or 0xC699B2) is unknown color: approx Lily. HEX triplet: C6, 99 and B2. RGB value is (198,153,178). Sum of RGB (Red+Green+Blue) = 198+153+178=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 198 - color contains mainly: red. Hex color #C699B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C699B2 is #39664D. Grayscale: #A9A9A9. Windows color (decimal): -3761742 or 11704774. OLE color: 11704774.

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

Color convert

RGB198153178-
CMYK00.230.100.22
HSL326.67º28.3%68.82%-
HSV(B)326.67º22.73%77.65%-
XYZ42.723847.2-
YUV169.3132.91148.47-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.43%
GREEN value IS 153 (60.16% from 255) = 28.92%
BLUE value IS 178 (69.92% from 255) = 33.65%
R=37.43%
G=28.92%
B=33.65%

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
Decimal19815317800.230.100.22326.6728.368.82
HexC699B2017A161471c45
Octal306231262027122650734105
Binary110001101001100110110010010111101010110101000111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C699B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C699B2; }

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

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

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

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

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

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

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

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