#C99AC4

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

Shades of Lilac #C99AC4

Tints of Lilac #C99AC4

Color information

#C99AC4 (or 0xC99AC4) is unknown color: approx Lilac. HEX triplet: C9, 9A and C4. RGB value is (201,154,196). Sum of RGB (Red+Green+Blue) = 201+154+196=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 154 (60.55% from 255 or 27.95% from 551); Blue value is 196 (76.95% from 255 or 35.57% from 551); Max value from RGB is 201 - color contains mainly: red. Hex color #C99AC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99AC4 is #36653B. Grayscale: #ACACAC. Windows color (decimal): -3564860 or 12884681. OLE color: 12884681.

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

Color convert

RGB201154196-
CMYK00.230.020.21
HSL306.38º30.32%69.61%-
HSV(B)306.38º23.38%78.82%-
XYZ45.6139.5157.45-
YUV172.84141.07148.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.48%
GREEN value IS 154 (60.55% from 255) = 27.95%
BLUE value IS 196 (76.95% from 255) = 35.57%
R=36.48%
G=27.95%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115419600.230.020.21306.3830.3269.61
HexC99AC40172151321e46
Octal31123230402722546236106
Binary1100100110011010110001000101111010101100110010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99AC4; }

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

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

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

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

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

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

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

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