#C699B0

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

Shades of Lily #C699B0

Tints of Lily #C699B0

Color information

#C699B0 (or 0xC699B0) is unknown color: approx Lily. HEX triplet: C6, 99 and B0. RGB value is (198,153,176). Sum of RGB (Red+Green+Blue) = 198+153+176=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 198 - color contains mainly: red. Hex color #C699B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C699B0 is #39664F. Grayscale: #A9A9A9. Windows color (decimal): -3761744 or 11573702. OLE color: 11573702.

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

Color convert

RGB198153176-
CMYK00.230.110.22
HSL329.33º28.3%68.82%-
HSV(B)329.33º22.73%77.65%-
XYZ42.5237.9246.15-
YUV169.08131.91148.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.57%
GREEN value IS 153 (60.16% from 255) = 29.03%
BLUE value IS 176 (69.14% from 255) = 33.40%
R=37.57%
G=29.03%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815317600.230.110.22329.3328.368.82
HexC699B0017B161491c45
Octal306231260027132651134105
Binary110001101001100110110000010111101110110101001001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C699B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C699B0; }

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

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

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

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

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

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

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

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