#C99BC7

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

Shades of Lilac #C99BC7

Tints of Lilac #C99BC7

Color information

#C99BC7 (or 0xC99BC7) is unknown color: approx Lilac. HEX triplet: C9, 9B and C7. RGB value is (201,155,199). Sum of RGB (Red+Green+Blue) = 201+155+199=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 199 (78.12% from 255 or 35.86% from 555); Max value from RGB is 201 - color contains mainly: red. Hex color #C99BC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99BC7 is #366438. Grayscale: #ADADAD. Windows color (decimal): -3564601 or 13081545. OLE color: 13081545.

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

Color convert

RGB201155199-
CMYK00.230.010.21
HSL302.61º29.87%69.8%-
HSV(B)302.61º22.89%78.82%-
XYZ46.1239.9859.32-
YUV173.77142.24147.42-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.22%
GREEN value IS 155 (60.94% from 255) = 27.93%
BLUE value IS 199 (78.12% from 255) = 35.86%
R=36.22%
G=27.93%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115519900.230.010.21302.6129.8769.8
HexC99BC701711512f1e46
Octal31123330702712545736106
Binary110010011001101111000111010111110101100101111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99BC7; }

 p { color: rgb(201,155,199); }

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

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

 a { background-color: rgb(201,155,199); }

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

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

 span { border-color: rgb(201,155,199); }

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