#C99ACA

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

Shades of Lilac #C99ACA

Tints of Lilac #C99ACA

Color information

#C99ACA (or 0xC99ACA) is unknown color: approx Lilac. HEX triplet: C9, 9A and CA. RGB value is (201,154,202). Sum of RGB (Red+Green+Blue) = 201+154+202=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 202 - color contains mainly: blue. Hex color #C99ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99ACA is #366535. Grayscale: #ADADAD. Windows color (decimal): -3564854 or 13277897. OLE color: 13277897.

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

Color convert

RGB201154202-
CMYK0.000.2400.21
HSL298.75º31.17%69.8%-
HSV(B)298.75º23.76%79.22%-
XYZ46.339.7961.12-
YUV173.52144.07147.6-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.09%
GREEN value IS 154 (60.55% from 255) = 27.65%
BLUE value IS 202 (79.30% from 255) = 36.27%
R=36.09%
G=27.65%
B=36.27%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011542020.000.2400.21298.7531.1769.8
HexC99ACA01801512b1f46
Octal31123231203002545337106
Binary110010011001101011001010011000010101100101011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99ACA; }

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

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

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

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

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

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

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

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