#C299AE

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

Shades of Lily #C299AE

Tints of Lily #C299AE

Color information

#C299AE (or 0xC299AE) is unknown color: approx Lily. HEX triplet: C2, 99 and AE. RGB value is (194,153,174). Sum of RGB (Red+Green+Blue) = 194+153+174=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C299AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C299AE is #3D6651. Grayscale: #A7A7A7. Windows color (decimal): -4023890 or 11442626. OLE color: 11442626.

HSL color Cylindrical-coordinate representation of color #C299AE: hue angle of 329.27º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C299AE is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB194153174-
CMYK00.210.100.24
HSL329.27º25.15%68.04%-
HSV(B)329.27º21.13%76.08%-
XYZ41.2837.3145.07-
YUV167.65131.58146.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.24%
GREEN value IS 153 (60.16% from 255) = 29.37%
BLUE value IS 174 (68.36% from 255) = 33.40%
R=37.24%
G=29.37%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415317400.210.100.24329.2725.1568.04
HexC299AE015A181491944
Octal302231256025123051131104
Binary110000101001100110101110010101101011000101001001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C299AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C299AE; }

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

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

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

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

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

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

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

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