#C091C8

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

Shades of Lilac #C091C8

Tints of Lilac #C091C8

Color information

#C091C8 (or 0xC091C8) is unknown color: approx Lilac. HEX triplet: C0, 91 and C8. RGB value is (192,145,200). Sum of RGB (Red+Green+Blue) = 192+145+200=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 145 (57.03% from 255 or 27.00% from 537); Blue value is 200 (78.52% from 255 or 37.24% from 537); Max value from RGB is 200 - color contains mainly: blue. Hex color #C091C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C091C8 is #3F6E37. Grayscale: #A5A5A5. Windows color (decimal): -4156984 or 13144512. OLE color: 13144512.

HSL color Cylindrical-coordinate representation of color #C091C8: hue angle of 291.27º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C091C8 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB192145200-
CMYK0.040.2800.22
HSL291.27º33.33%67.65%-
HSV(B)291.27º27.5%78.43%-
XYZ42.2935.6359.29-
YUV165.32147.57147.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.75%
GREEN value IS 145 (57.03% from 255) = 27.00%
BLUE value IS 200 (78.52% from 255) = 37.24%
R=35.75%
G=27.00%
B=37.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1921452000.040.2800.22291.2733.3367.65
HexC091C841C0161232144
Octal30022131043402644341104
Binary110000001001000111001000100111000101101001000111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C091C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C091C8; }

 p { color: rgb(192,145,200); }

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

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

 a { background-color: rgb(192,145,200); }

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

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

 span { border-color: rgb(192,145,200); }

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