#C299AB

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

Shades of Lily #C299AB

Tints of Lily #C299AB

Color information

#C299AB (or 0xC299AB) is unknown color: approx Lily. HEX triplet: C2, 99 and AB. RGB value is (194,153,171). Sum of RGB (Red+Green+Blue) = 194+153+171=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C299AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C299AB is #3D6654. Grayscale: #A7A7A7. Windows color (decimal): -4023893 or 11246018. OLE color: 11246018.

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

Color convert

RGB194153171-
CMYK00.210.120.24
HSL333.66º25.15%68.04%-
HSV(B)333.66º21.13%76.08%-
XYZ40.9937.1943.55-
YUV167.31130.08147.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.45%
GREEN value IS 153 (60.16% from 255) = 29.54%
BLUE value IS 171 (67.19% from 255) = 33.01%
R=37.45%
G=29.54%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415317100.210.120.24333.6625.1568.04
HexC299AB015C1814e1944
Octal302231253025143051631104
Binary110000101001100110101011010101110011000101001110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C299AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C299AB; }

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

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

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

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

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

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

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

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