#C09BC5

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

Shades of Lilac #C09BC5

Tints of Lilac #C09BC5

Color information

#C09BC5 (or 0xC09BC5) is unknown color: approx Lilac. HEX triplet: C0, 9B and C5. RGB value is (192,155,197). Sum of RGB (Red+Green+Blue) = 192+155+197=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 155 (60.94% from 255 or 28.49% from 544); Blue value is 197 (77.34% from 255 or 36.21% from 544); Max value from RGB is 197 - color contains mainly: blue. Hex color #C09BC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09BC5 is #3F643A. Grayscale: #AAAAAA. Windows color (decimal): -4154427 or 12950464. OLE color: 12950464.

HSL color Cylindrical-coordinate representation of color #C09BC5: hue angle of 292.86º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C09BC5 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB192155197-
CMYK0.030.2100.23
HSL292.86º26.58%69.02%-
HSV(B)292.86º21.32%77.25%-
XYZ43.5438.6857.99-
YUV170.85142.76143.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.29%
GREEN value IS 155 (60.94% from 255) = 28.49%
BLUE value IS 197 (77.34% from 255) = 36.21%
R=35.29%
G=28.49%
B=36.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1921551970.030.2100.23292.8626.5869.02
HexC09BC53150171251b45
Octal30023330532502744533105
Binary1100000010011011110001011110101010111100100101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09BC5; }

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

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

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

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

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

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

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

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