#C097BC

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

Shades of Lilac #C097BC

Tints of Lilac #C097BC

Color information

#C097BC (or 0xC097BC) is unknown color: approx Lilac. HEX triplet: C0, 97 and BC. RGB value is (192,151,188). Sum of RGB (Red+Green+Blue) = 192+151+188=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 151 (59.38% from 255 or 28.44% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 192 - color contains mainly: red. Hex color #C097BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C097BC is #3F6843. Grayscale: #A7A7A7. Windows color (decimal): -4155460 or 12359616. OLE color: 12359616.

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

Color convert

RGB192151188-
CMYK00.210.020.25
HSL305.85º24.55%67.25%-
HSV(B)305.85º21.35%75.29%-
XYZ41.8836.9752.51-
YUV167.48139.58145.49-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.16%
GREEN value IS 151 (59.38% from 255) = 28.44%
BLUE value IS 188 (73.83% from 255) = 35.40%
R=36.16%
G=28.44%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215118800.210.020.25305.8524.5567.25
HexC097BC0152191321943
Octal30022727402523146231103
Binary1100000010010111101111000101011011001100110010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C097BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C097BC; }

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

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

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

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

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

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

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

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