#C095BC

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

Shades of Lilac #C095BC

Tints of Lilac #C095BC

Color information

#C095BC (or 0xC095BC) is unknown color: approx Lilac. HEX triplet: C0, 95 and BC. RGB value is (192,149,188). Sum of RGB (Red+Green+Blue) = 192+149+188=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 192 - color contains mainly: red. Hex color #C095BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C095BC is #3F6A43. Grayscale: #A6A6A6. Windows color (decimal): -4155972 or 12359104. OLE color: 12359104.

HSL color Cylindrical-coordinate representation of color #C095BC: hue angle of 305.58º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C095BC is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB192149188-
CMYK00.220.020.25
HSL305.58º25.44%66.86%-
HSV(B)305.58º22.4%75.29%-
XYZ41.5636.3352.4-
YUV166.3140.25146.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.29%
GREEN value IS 149 (58.59% from 255) = 28.17%
BLUE value IS 188 (73.83% from 255) = 35.54%
R=36.29%
G=28.17%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214918800.220.020.25305.5825.4466.86
HexC095BC0162191321943
Octal30022527402623146231103
Binary1100000010010101101111000101101011001100110010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C095BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C095BC; }

 p { color: rgb(192,149,188); }

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

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

 a { background-color: rgb(192,149,188); }

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

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

 span { border-color: rgb(192,149,188); }

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