#C99AB8

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

Shades of Lily #C99AB8

Tints of Lily #C99AB8

Color information

#C99AB8 (or 0xC99AB8) is unknown color: approx Lily. HEX triplet: C9, 9A and B8. RGB value is (201,154,184). Sum of RGB (Red+Green+Blue) = 201+154+184=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 184 (72.27% from 255 or 34.14% from 539); Max value from RGB is 201 - color contains mainly: red. Hex color #C99AB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99AB8 is #366547. Grayscale: #ABABAB. Windows color (decimal): -3564872 or 12098249. OLE color: 12098249.

HSL color Cylindrical-coordinate representation of color #C99AB8: hue angle of 321.7º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C99AB8 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB201154184-
CMYK00.230.080.21
HSL321.7º30.32%69.61%-
HSV(B)321.7º23.38%78.82%-
XYZ44.2938.9950.54-
YUV171.47135.07149.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.29%
GREEN value IS 154 (60.55% from 255) = 28.57%
BLUE value IS 184 (72.27% from 255) = 34.14%
R=37.29%
G=28.57%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115418400.230.080.21321.730.3269.61
HexC99AB80178151421e46
Octal311232270027102550236106
Binary110010011001101010111000010111100010101101000010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99AB8; }

 p { color: rgb(201,154,184); }

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

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

 a { background-color: rgb(201,154,184); }

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

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

 span { border-color: rgb(201,154,184); }

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