#C699AE

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

Shades of Lily #C699AE

Tints of Lily #C699AE

Color information

#C699AE (or 0xC699AE) is unknown color: approx Lily. HEX triplet: C6, 99 and AE. RGB value is (198,153,174). Sum of RGB (Red+Green+Blue) = 198+153+174=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 198 - color contains mainly: red. Hex color #C699AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C699AE is #396651. Grayscale: #A8A8A8. Windows color (decimal): -3761746 or 11442630. OLE color: 11442630.

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

Color convert

RGB198153174-
CMYK00.230.120.22
HSL332º28.3%68.82%-
HSV(B)332º22.73%77.65%-
XYZ42.3237.8445.12-
YUV168.85130.91148.79-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.71%
GREEN value IS 153 (60.16% from 255) = 29.14%
BLUE value IS 174 (68.36% from 255) = 33.14%
R=37.71%
G=29.14%
B=33.14%

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
Decimal19815317400.230.120.2233228.368.82
HexC699AE017C1614c1c45
Octal306231256027142651434105
Binary110001101001100110101110010111110010110101001100111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C699AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C699AE; }

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

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

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

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

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

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

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

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