#C09BC1

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

Shades of Lilac #C09BC1

Tints of Lilac #C09BC1

Color information

#C09BC1 (or 0xC09BC1) is unknown color: approx Lilac. HEX triplet: C0, 9B and C1. RGB value is (192,155,193). Sum of RGB (Red+Green+Blue) = 192+155+193=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 193 - color contains mainly: blue. Hex color #C09BC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09BC1 is #3F643E. Grayscale: #AAAAAA. Windows color (decimal): -4154431 or 12688320. OLE color: 12688320.

HSL color Cylindrical-coordinate representation of color #C09BC1: hue angle of 298.42º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C09BC1 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB192155193-
CMYK0.010.2000.24
HSL298.42º23.46%68.24%-
HSV(B)298.42º19.69%75.69%-
XYZ43.0938.555.61-
YUV170.4140.76143.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.56%
GREEN value IS 155 (60.94% from 255) = 28.70%
BLUE value IS 193 (75.78% from 255) = 35.74%
R=35.56%
G=28.70%
B=35.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921551930.010.2000.24298.4223.4668.24
HexC09BC111401812a1744
Octal30023330112403045227104
Binary110000001001101111000001110100011000100101010101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09BC1; }

 p { color: rgb(192,155,193); }

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

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

 a { background-color: rgb(192,155,193); }

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

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

 span { border-color: rgb(192,155,193); }

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